me
/
guix
Archived
1
0
Fork 0

gnu: libgcrypt: Update to 1.8.6.

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.6.
master
Efraim Flashner 2020-09-23 09:57:08 +03:00
parent 923bb70a1b
commit ddda703840
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -128,14 +128,14 @@ Daemon and possibly more in the future.")
(define-public libgcrypt
(package
(name "libgcrypt")
(version "1.8.5")
(version "1.8.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
version ".tar.bz2"))
(sha256
(base32
"1hvsazms1bfd769q0ngl0r9g5i4m9mpz9jmvvrdzyzk3rfa2ljiv"))))
"0xdrsxgqw5v7szshjdgdv60rgpvzzaqic32ahqrzr6bvc402gfhc"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libgpg-error-host" ,libgpg-error)))