guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 017d9acffe7508e4f6515739fc84288c91848d56
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 29 11:45:10 2025 +0100

    gnu: emacs-closql: Update to 2.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.3.1.
    
    Change-Id: Ib46687d6d9b3ad999c4fd658de028036070d9689
---
 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 c0a72da986..6d04094a47 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26911,7 +26911,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in 
the database.")
 (define-public emacs-closql
   (package
     (name "emacs-closql")
-    (version "2.3.0")
+    (version "2.3.1")
     (source
      (origin
        (method git-fetch)
@@ -26921,7 +26921,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in 
the database.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1vfanw02di8lgvbiijzbgm5rd8w1yzfd81srygacfbzp34diqvcy"))))
+         "0j2w719lv1zzwfanpqfa5lpgdvlnavb583ybipjxicki80x1g6jz"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs

Reply via email to