guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gnupg: Update to 2.2.6.


From: Efraim Flashner
Subject: 01/02: gnu: gnupg: Update to 2.2.6.
Date: Thu, 12 Apr 2018 05:06:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b79cb9d7604be2f0dfe93f5d27fcbe1822c77af7
Author: Efraim Flashner <address@hidden>
Date:   Thu Apr 12 12:03:33 2018 +0300

    gnu: gnupg: Update to 2.2.6.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.6.
---
 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 a938c46..7e782c2 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.5")
+    (version "2.2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0mzgibq4dpxh3i9anmwg12xdjry28y83icafhx3j3djg5niqk89z"))))
+                "110rf476l3cgn52gh9ia5y0y06y2ialq9dqc12jkhnfhl9gqqkg6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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