diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-24 20:52:22 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-24 20:52:22 +0200 |
commit | fa258af20c29ad7e0c300553eb5cde2bb7ef15f6 (patch) | |
tree | e741359eb7a14cff2cc91de72e1063e7bec492fa /gnu/packages/gnupg.scm | |
parent | dcf105da63993abd25e76ae8b152deb09baf5cf9 (diff) | |
download | patches-fa258af20c29ad7e0c300553eb5cde2bb7ef15f6.tar patches-fa258af20c29ad7e0c300553eb5cde2bb7ef15f6.tar.gz |
gnu: libgpg-error: Update to 1.32.
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.32.
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 cb0954f5a8..54b44996ef 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -70,7 +70,7 @@ (define-public libgpg-error (package (name "libgpg-error") - (version "1.31") + (version "1.32") (source (origin (method url-fetch) @@ -78,7 +78,7 @@ version ".tar.bz2")) (sha256 (base32 - "1vx4nw6rxh2biy3h8n96fyr86q29h8gjl6837437i51jr4isil20")))) + "1jj08ns4sh1hmafqp1giskvdicdz18la516va26jycy27kkwaif3")))) (build-system gnu-build-system) (home-page "https://gnupg.org") (synopsis "Library of error values for GnuPG components") |