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