summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-11-25 20:28:09 +0100
committerMarius Bakke <marius@gnu.org>2020-11-25 23:28:14 +0100
commitc73a7f7d86c11de6649f12b749c035fd2b6fc1d0 (patch)
treeda1b957ff9cae43428434092d1285ba5b845e1da /gnu
parentc3245a77a9fc01c8d5e720c4af8e9c62c901cb97 (diff)
downloadguix-patches-c73a7f7d86c11de6649f12b749c035fd2b6fc1d0.tar
guix-patches-c73a7f7d86c11de6649f12b749c035fd2b6fc1d0.tar.gz
gnu: gnupg: Update to 2.2.25.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.25.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnupg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 044f879c43..c769252ab9 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)))