gnu: emacs-closql: Fix hash.

* gnu/packages/emacs.scm (emacs-closql)[source]: Fix incorrect hash.
master
Jelle Licht 2019-01-15 20:28:37 +01:00
parent b9da4b931d
commit b03131902e
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 1 additions and 1 deletions

View File

@ -8917,7 +8917,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(file-name (git-file-name name version))
(sha256
(base32
"0cy44d1fxkvah6fhjkn3mp6gzzrjmws1c4c20ayrma74y9xich3v"))))
"1xhpfjjkjqfc1k2rj77cscclz5r7gpvv3hi202x178vdcpipjwar"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-emacsql" ,emacs-emacsql)))