me
/
guix
Archived
1
0
Fork 0

gnu: emacs-closql: Update to 1.0.5.

* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.5.
master
Nicolas Goaziou 2021-06-03 14:45:13 +02:00
parent cc0f152ffd
commit 7668c2cbe8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -16086,7 +16086,7 @@ official @command{sqlite3} executable to access SQL database.")
(define-public emacs-closql
(package
(name "emacs-closql")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method git-fetch)
@ -16096,7 +16096,7 @@ official @command{sqlite3} executable to access SQL database.")
(file-name (git-file-name name version))
(sha256
(base32
"06j0sc6dx8f34wc8i7dzkp8jwvwnrpnl8i93vpc1qw0ih0jwa2zh"))))
"01l4w3wc7rm7mca8pbkyz0yrks4z8i00ppy5c4bmrnn6akf7h9ih"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-emacsql" ,emacs-emacsql)))