guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: gnupg: Update to 2.2.7.


From: Marius Bakke
Subject: 04/05: gnu: gnupg: Update to 2.2.7.
Date: Sun, 6 May 2018 09:52:58 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 909ebbfc321f854cbc21b5a9e1591c9547508e8e
Author: Marius Bakke <address@hidden>
Date:   Fri May 4 14:32:34 2018 +0200

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



reply via email to

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