gnu: libgcrypt: Update to 1.7.4.

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.4.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-12 12:58:24 +01:00
parent 20f7a750ed
commit c82fd97e0b
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

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