me
/
guix
Archived
1
0
Fork 0

gnu: libgcrypt: Update to 1.8.8.

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.8.
master
Marius Bakke 2021-07-22 15:45:58 +02:00
parent abe5ffbbfe
commit 39c2b883c0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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