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.22.


From: guix-commits
Subject: 01/02: gnu: gnupg: Update to 2.2.22.
Date: Fri, 28 Aug 2020 07:35:52 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 19fd7dc3a60aa08605cf85b2acae7764682bc8d8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 28 14:11:33 2020 +0300

    gnu: gnupg: Update to 2.2.22.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.22.
---
 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 582e34f..276653b 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -254,7 +254,7 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.20")
+    (version "2.2.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@@ -262,7 +262,7 @@ compatible to GNU Pth.")
               (patches (search-patches "gnupg-default-pinentry.patch"))
               (sha256
                (base32
-                "0c6a4v9p6qzhsw1pfcwc459bxpc8hma0w9z8iqb9khvligack9q4"))))
+                "0nw5iprr3mq3b2nsp4dvqwp0dailvswmgyz0qkcbj40rbrb704vw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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