guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: libgpg-error: Update to 1.19."


From: Mark H. Weaver
Subject: 01/01: Revert "gnu: libgpg-error: Update to 1.19."
Date: Thu, 09 Jul 2015 16:51:31 +0000

mhw pushed a commit to branch master
in repository guix.

commit a8f7da211d8383a3f5ca2c44f07d9a7bbaa5b093
Author: Mark H Weaver <address@hidden>
Date:   Thu Jul 9 12:51:17 2015 -0400

    Revert "gnu: libgpg-error: Update to 1.19."
    
    This reverts commit 552b98a20890905a3e756139aedf9b347a429988.
---
 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 1c2b567..8aea3da 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.19")
+    (version "1.18")
     (source
      (origin
       (method url-fetch)
@@ -49,7 +49,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "12wpqhjlsw4iaanifbqm2kich6c7x7lm8a7zhy6x5ifm6c9hw4jk"))))
+        "0408v19h3h0q6w61g51hgbdg6cyw81nyzkh70qfprvsc3pkddwcz"))))
     (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]