guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: gnupg: Update to 2.2.3.


From: Marius Bakke
Subject: 05/06: gnu: gnupg: Update to 2.2.3.
Date: Tue, 21 Nov 2017 16:08:24 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a28835a007c63fffe9b3649b769a7c38267067bc
Author: Marius Bakke <address@hidden>
Date:   Tue Nov 21 21:57:20 2017 +0100

    gnu: gnupg: Update to 2.2.3.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.3.
---
 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 89ec976..d2b74c4 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -225,14 +225,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.2")
+    (version "2.2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "15w1q0bib742jqnir67bk07mc6ph9yik8wbc5i1bkcyf29s2rdmz"))))
+                "1d4482c4pbi0p1k8cc0f9c4q51k56v8navrbz5samxrrs42p3lyb"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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