diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-08-27 18:22:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-08-27 19:37:43 +0200 |
commit | 9c68ecb24dd1660ce736cdcdea0422a73ec318a2 (patch) | |
tree | ef13aa8a6693bd760b20b834e0bdb81fd657a3c7 | |
parent | e0e572df5adbbd6333c8ce7b19926a27354867b5 (diff) |
gnu: gnupg: Update to 2.2.30.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.30.
-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 92ea43e965..402d13a309 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -257,7 +257,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 @@ -265,7 +265,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))) |