ngz pushed a commit to branch master
in repository guix.
commit 03710e3a5d2b15809d44fd8e3745c2482fe56bc3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 24 10:59:51 2024 +0100
gnu: emacs-closql: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.1.0.
Change-Id: I48760d93dcecc8c1c244edd93ef1458134850d2f
---
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 8da928a0ea..d22389ff13 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24462,7 +24462,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in
the database.")
(define-public emacs-closql
(package
(name "emacs-closql")
- (version "2.0.0")
+ (version "2.1.0")
(source
(origin
(method git-fetch)
@@ -24472,7 +24472,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in
the database.")
(file-name (git-file-name name version))
(sha256
(base32
- "0fh7mvm2qcwkkmzpkagwzrsi11nm4laj2bvjdmyrv8pnmjigwwqw"))))
+ "17i5gni6hw8lvg0660c0hldr0xbrdry4hmx9n5i4pry3wwnhzngr"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat emacs-emacsql))