diff options
author | Leo Famulari <leo@famulari.name> | 2016-05-10 17:51:02 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-10 17:51:02 -0400 |
commit | f10e7ef475da430afa46e0b062010952ed886694 (patch) | |
tree | 3c7d9dd08f9de8634a1dc0cf4d3babb076275039 /gnu/packages/gnupg.scm | |
parent | 216c283b0adf0357032019ff73b5d14cff109612 (diff) | |
download | patches-f10e7ef475da430afa46e0b062010952ed886694.tar patches-f10e7ef475da430afa46e0b062010952ed886694.tar.gz |
gnu: libgpg-error: Update to 1.22.
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.22.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 3f3964e74b..fab3bb9811 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -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") |