1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libgpg-error: Update to 1.22.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.22.
This commit is contained in:
Leo Famulari
2016-05-10 17:51:02 -04:00
parent 216c283b0a
commit f10e7ef475

View File

@@ -49,7 +49,7 @@
(define-public libgpg-error
(package
(name "libgpg-error")
(version "1.21")
(version "1.22")
(source
(origin
(method url-fetch)
@@ -57,7 +57,7 @@
version ".tar.bz2"))
(sha256
(base32
"0kdq2cbnk84fr4jqcv689rlxpbyl6bda2cn6y3ll19v3mlydpnxp"))))
"0ywxwswizmkyciy480kzczxn6nhbgzf3z8my4nk43nvv67k4x87j"))))
(build-system gnu-build-system)
(home-page "http://gnupg.org")
(synopsis "Library of error values for GnuPG components")