Revert "gnu: gnupg: Update to 2.2.7."
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 6 May 2018 07:01:59 +0000 (10:01 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 6 May 2018 07:03:07 +0000 (10:03 +0300)
This reverts commit 0c183f6fb1efe9762cf33f691607a1b2ed2fa57e.

gnu/packages/gnupg.scm

index 80ab78e..f397482 100644 (file)
@@ -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)))