gnu: emacs-closql: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.1.0.

Change-Id: I48760d93dcecc8c1c244edd93ef1458134850d2f
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:51 +01:00
parent 077640bbcd
commit 03710e3a5d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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))