summaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-03 19:22:35 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-03 19:22:57 +0200
commitedb994d3a85c0eaae3bd0d50aa575bcbbefe7c61 (patch)
tree3ac8729af80d1cc347bac92b7663311b6da22fbf /gnu/packages/gnupg.scm
parent7596ae1034a6878ecbe9e65a642a1434a78b1cf0 (diff)
downloadguix-patches-edb994d3a85c0eaae3bd0d50aa575bcbbefe7c61.tar
guix-patches-edb994d3a85c0eaae3bd0d50aa575bcbbefe7c61.tar.gz
gnu: gnupg: Update to 2.2.23 [security fixes].
No CVE assigned yet. See <https://dev.gnupg.org/T5050>. * gnu/packages/gnupg.scm (gnupg): Update to 2.2.23.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-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 276653b66d..2f663b3362 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.22")
+ (version "2.2.23")
(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
- "0nw5iprr3mq3b2nsp4dvqwp0dailvswmgyz0qkcbj40rbrb704vw"))))
+ "0p6ss4f3vlkf91pmp27bmvfr5bdxxi0pb3dmxpqljglbsx4mxd8h"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))