gnu: emacs-closql: Update to 1.0.5.
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.5.master
parent
cc0f152ffd
commit
7668c2cbe8
|
@ -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)))
|
||||
|
|
Reference in New Issue