guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7c3caa9544cb494fb1cdc3c9ac244933f0a5ae44
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 5 16:23:43 2025 +0100

    gnu: emacs-closql: Update to 2.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.3.2.
    
    Change-Id: Ic83992032aaebebfafbba73bdfc8e0dbf8e777ae
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7f278cbd9d..5b18ba9d2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27401,7 +27401,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in 
the database.")
 (define-public emacs-closql
   (package
     (name "emacs-closql")
-    (version "2.3.1")
+    (version "2.3.2")
     (source
      (origin
        (method git-fetch)
@@ -27411,7 +27411,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in 
the database.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0j2w719lv1zzwfanpqfa5lpgdvlnavb583ybipjxicki80x1g6jz"))))
+         "110xlykmgd77z908l54kws7qcgj9hk7r33zmbk13dabl3wf8yzzk"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs

Reply via email to