guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0faa08c33b9e8300a279ecbdb323217933151b34
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 09:43:44 2025 +0200

    gnu: emacs-closql: Update to 2.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.3.0.
    
    Change-Id: I8fe881abe0dcced6eeffa5601efc40b518b43893
---
 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 8b85d9c948..43a7bd9706 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26850,7 +26850,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in 
the database.")
 (define-public emacs-closql
   (package
     (name "emacs-closql")
-    (version "2.2.1")
+    (version "2.3.0")
     (source
      (origin
        (method git-fetch)
@@ -26860,7 +26860,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in 
the database.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1gmad6gszy7imx3sq6s1sdkhgpmylp0c11p85ilz553cxyzv4n2r"))))
+         "1vfanw02di8lgvbiijzbgm5rd8w1yzfd81srygacfbzp34diqvcy"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs

Reply via email to