gnu: libgcrypt: Update to 1.5.3

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.5.3.
This commit is contained in:
Andreas Enge 2013-09-25 13:43:20 +02:00
parent f1be806183
commit 24f3e788d0
1 changed files with 2 additions and 2 deletions

View File

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