guix-commits
[Top][All Lists]
Advanced

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

01/02: gnupg: Update to 2.2.18.


From: guix-commits
Subject: 01/02: gnupg: Update to 2.2.18.
Date: Tue, 26 Nov 2019 11:16:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit bfa157906ed34cae2d3a7a29d9795da4898e8662
Author: Efraim Flashner <address@hidden>
Date:   Tue Nov 26 17:38:33 2019 +0200

    gnupg: Update to 2.2.18.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.18.
---
 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 f71c627..6b6b8f6 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -247,14 +247,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.17")
+    (version "2.2.18")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "056mgy09lvsi03531a437qj58la1j2x1y1scvfi53diris3658mg"))))
+                "02pcdmb9p4a8hil88gyd86mnc85jldss3cl02jvbkcjmrbi7rlrh"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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