gnu: libgcrypt: Update to 1.7.4.
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.4.
This commit is contained in:
parent
20f7a750ed
commit
c82fd97e0b
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue