gnu: libgcrypt: Update to 1.8.7.
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.7.
This commit is contained in:
parent
2c0d072359
commit
0f989d3fb6
@ -128,14 +128,14 @@ Daemon and possibly more in the future.")
|
||||
(define-public libgcrypt
|
||||
(package
|
||||
(name "libgcrypt")
|
||||
(version "1.8.6")
|
||||
(version "1.8.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xdrsxgqw5v7szshjdgdv60rgpvzzaqic32ahqrzr6bvc402gfhc"))))
|
||||
"0j27jxhjay78by940d64778nxwbysxynv5mq6iq1nmlrh810zdq3"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libgpg-error-host" ,libgpg-error)))
|
||||
|
Loading…
Reference in New Issue
Block a user