ngz pushed a commit to branch master
in repository guix.
commit 53467511a746b50d576914b49a0d1d8f09c77661
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 09:29:06 2025 +0100
gnu: emacs-closql: Update to 2.2.1.
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.2.1.
Change-Id: I154bdbf200480369bdfba634443916d9e8ca025d
---
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 b420934af4..c3a1060b72 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25068,7 +25068,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in
the database.")
(define-public emacs-closql
(package
(name "emacs-closql")
- (version "2.2.0")
+ (version "2.2.1")
(source
(origin
(method git-fetch)
@@ -25078,7 +25078,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in
the database.")
(file-name (git-file-name name version))
(sha256
(base32
- "1x5nwbmwvgl96f7grhh60472m0d6jiykls0f52c1ff03b2dhplax"))))
+ "1gmad6gszy7imx3sq6s1sdkhgpmylp0c11p85ilz553cxyzv4n2r"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat emacs-emacsql))