diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-09 12:51:17 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-09 12:51:17 -0400 |
commit | a8f7da211d8383a3f5ca2c44f07d9a7bbaa5b093 (patch) | |
tree | 6095cf4a4b8b25d83f2f7476045630584b5fda57 /gnu/packages/gnupg.scm | |
parent | 552b98a20890905a3e756139aedf9b347a429988 (diff) | |
download | guix-a8f7da211d8383a3f5ca2c44f07d9a7bbaa5b093.tar guix-a8f7da211d8383a3f5ca2c44f07d9a7bbaa5b093.tar.gz |
Revert "gnu: libgpg-error: Update to 1.19."
This reverts commit 552b98a20890905a3e756139aedf9b347a429988.
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 1c2b567d89..8aea3dabb9 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -41,7 +41,7 @@ (define-public libgpg-error (package (name "libgpg-error") - (version "1.19") + (version "1.18") (source (origin (method url-fetch) @@ -49,7 +49,7 @@ version ".tar.bz2")) (sha256 (base32 - "12wpqhjlsw4iaanifbqm2kich6c7x7lm8a7zhy6x5ifm6c9hw4jk")))) + "0408v19h3h0q6w61g51hgbdg6cyw81nyzkh70qfprvsc3pkddwcz")))) (build-system gnu-build-system) (home-page "http://gnupg.org") (synopsis "Library of error values for GnuPG components") |