mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
fe506109f0
commit
71707fa1e1
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue