gnu: libgpg-error: Update to 1.26.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.26.
This commit is contained in:
Efraim Flashner 2017-02-21 20:28:53 +02:00
parent 3853bf2542
commit 6d755c7b84
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
(define-public libgpg-error (define-public libgpg-error
(package (package
(name "libgpg-error") (name "libgpg-error")
(version "1.25") (version "1.26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -66,7 +66,7 @@
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"031jc5196fdcxn2g61i1pdabvdbxxcdi4j7jbaq3hfs38dcgfa7n")))) "0sgfia0syq78k1c9h10rkhc1nfv5v097icrprlx2x4qn074wnjsc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://gnupg.org") (home-page "https://gnupg.org")
(synopsis "Library of error values for GnuPG components") (synopsis "Library of error values for GnuPG components")