gnu: libgcrypt: Update to 1.8.7.

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.7.
This commit is contained in:
Miguel Ángel Arruga Vivas 2020-11-17 21:03:53 +01:00
parent 2c0d072359
commit 0f989d3fb6
No known key found for this signature in database
GPG Key ID: 634C6E8979FABEC2

View File

@ -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)))