gnu: emacs-closql: Update to 2.2.0.

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

Change-Id: Ibbb15b8cad9434992df47837cad32e9e9ae0a319
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Jelle Licht 2025-02-19 16:16:18 +01:00 committed by Ian Eure
parent fe506109f0
commit 71707fa1e1
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -24903,7 +24903,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(define-public emacs-closql (define-public emacs-closql
(package (package
(name "emacs-closql") (name "emacs-closql")
(version "2.1.0") (version "2.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -24913,7 +24913,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"17i5gni6hw8lvg0660c0hldr0xbrdry4hmx9n5i4pry3wwnhzngr")))) "1x5nwbmwvgl96f7grhh60472m0d6jiykls0f52c1ff03b2dhplax"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-compat emacs-emacsql)) (list emacs-compat emacs-emacsql))