guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnupg: Update to 2.2.25.


From: guix-commits
Subject: 02/02: gnu: gnupg: Update to 2.2.25.
Date: Wed, 25 Nov 2020 17:29:20 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit c73a7f7d86c11de6649f12b749c035fd2b6fc1d0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 25 20:28:09 2020 +0100

    gnu: gnupg: Update to 2.2.25.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.25.
---
 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 044f879..c769252 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -255,7 +255,7 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.24")
+    (version "2.2.25")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
@@ -263,7 +263,7 @@ compatible to GNU Pth.")
               (patches (search-patches "gnupg-default-pinentry.patch"))
               (sha256
                (base32
-                "0ilcp7m1dvwnri3i7q9wanf5pvhwxk7h106pd62g0d5fz80b944h"))))
+                "02n3klqbyzxyil13sg4wa0pcwr7vs7zjaslis926yjxg8yr0fly5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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