guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: libgpg-error: Update to 1.26.


From: Efraim Flashner
Subject: 03/03: gnu: libgpg-error: Update to 1.26.
Date: Tue, 21 Feb 2017 13:35:15 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 6d755c7b8482cf013b6c68eadb572320a4f091f2
Author: Efraim Flashner <address@hidden>
Date:   Tue Feb 21 20:28:53 2017 +0200

    gnu: libgpg-error: Update to 1.26.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.26.
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]