guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: libgpg-error: Update to 1.19.


From: Mark H. Weaver
Subject: 10/11: gnu: libgpg-error: Update to 1.19.
Date: Sat, 11 Jul 2015 03:48:06 +0000

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

commit c273728a12303955c4fb8aace73346a79501d089
Author: Paul van der Walt <address@hidden>
Date:   Thu Jul 9 13:08:15 2015 +0200

    gnu: libgpg-error: Update to 1.19.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.19.
---
 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 8aea3da..1c2b567 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -41,7 +41,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.18")
+    (version "1.19")
     (source
      (origin
       (method url-fetch)
@@ -49,7 +49,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "0408v19h3h0q6w61g51hgbdg6cyw81nyzkh70qfprvsc3pkddwcz"))))
+        "12wpqhjlsw4iaanifbqm2kich6c7x7lm8a7zhy6x5ifm6c9hw4jk"))))
     (build-system gnu-build-system)
     (home-page "http://gnupg.org";)
     (synopsis "Library of error values for GnuPG components")



reply via email to

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