gnu: emacs-closql: Update to 1.0.6.

* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.6.
This commit is contained in:
Nicolas Goaziou 2021-06-18 11:08:29 +02:00
parent eab1e95fbc
commit 1dabaf2fa0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

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