diff options
author | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2020-11-17 21:07:37 +0100 |
---|---|---|
committer | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2020-11-17 21:34:03 +0100 |
commit | 38f4c54d7e212fd26e6899fad29c2e604abb32f5 (patch) | |
tree | 34686fd28686e64da173e80b334f958abfe3f93a /gnu/packages/gnupg.scm | |
parent | b055c596937d592e0fef1dd780040d43ae20af36 (diff) |
gnu: gnupg: Update to 2.2.24.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.24.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index be3d764e8a..06548de29d 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.23") + (version "2.2.24") (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 - "0p6ss4f3vlkf91pmp27bmvfr5bdxxi0pb3dmxpqljglbsx4mxd8h")))) + "0ilcp7m1dvwnri3i7q9wanf5pvhwxk7h106pd62g0d5fz80b944h")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |