diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-19 11:52:04 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-19 11:54:40 -0500 |
commit | d3d2167728e2fa81ee043461d67da7358372ac15 (patch) | |
tree | c6da7d8bba24e45d9d01d51d8bcee5e44d70a085 /gnu/packages/gnupg.scm | |
parent | d9804e5011a58341aafbf4fadd00947f3e5f436e (diff) |
gnu: libgpg-error: Update to 1.25.
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.25.
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 fccaa9708f..1f8ab21733 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -54,7 +54,7 @@ (define-public libgpg-error (package (name "libgpg-error") - (version "1.24") + (version "1.25") (source (origin (method url-fetch) @@ -62,7 +62,7 @@ version ".tar.bz2")) (sha256 (base32 - "0h75sf1ngr750c3fjfn4583q7wz40qm63jhg8vjfdrbx936f2s4j")))) + "031jc5196fdcxn2g61i1pdabvdbxxcdi4j7jbaq3hfs38dcgfa7n")))) (build-system gnu-build-system) (home-page "https://gnupg.org") (synopsis "Library of error values for GnuPG components") |