guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: gnupg: Update to 2.2.7."


From: Efraim Flashner
Subject: 01/01: Revert "gnu: gnupg: Update to 2.2.7."
Date: Sun, 6 May 2018 03:03:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7ebc6dc432d0ba051ccae91242f7bb90cb703a5a
Author: Efraim Flashner <address@hidden>
Date:   Sun May 6 10:01:59 2018 +0300

    Revert "gnu: gnupg: Update to 2.2.7."
    
    This reverts commit 0c183f6fb1efe9762cf33f691607a1b2ed2fa57e.
---
 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 80ab78e..f397482 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -215,14 +215,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.7")
+    (version "2.2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0vlpis0q7gvq9mhdc43hkyn3cdriz4mwgj20my3gyzpgwqg3cnyr"))))
+                "110rf476l3cgn52gh9ia5y0y06y2ialq9dqc12jkhnfhl9gqqkg6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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