diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-08-27 18:22:33 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 10:31:21 -0500 |
commit | 950be3ff1e2393bd9c2e8fee6163adbbe3b613d8 (patch) | |
tree | 32f5a8b8dde39a2daed26554cd91008ef319c715 /gnu | |
parent | 55e5def90c4526df4d9bac85b2406331b2f9e691 (diff) | |
download | guix-950be3ff1e2393bd9c2e8fee6163adbbe3b613d8.tar.gz |
gnu: gnupg: Update to 2.2.30.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.30.
Diffstat (limited to 'gnu')
-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 501ef90742..fe260fa345 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -280,7 +280,7 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.2.29") + (version "2.2.30") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version @@ -288,7 +288,7 @@ compatible to GNU Pth.") (patches (search-patches "gnupg-default-pinentry.patch")) (sha256 (base32 - "1j8cpp08zlz9a9n4g9z6352m1bvl369r94p4pjg8z0948pdprl1r")))) + "1111ry31gaxv76miqsy6l0kwxwlx8sz0jk41jhyrjwx649p6sqyc")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |