gnu: libgpg-error: Update to 1.32.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.32.
This commit is contained in:
Marius Bakke 2018-07-24 20:52:22 +02:00
parent dcf105da63
commit fa258af20c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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")