diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-04 18:45:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-04 18:45:49 +0200 |
commit | 598f93a4ce8d6ba4823f9cc8fb52b852209c53cf (patch) | |
tree | 3966e58da17b0b694ca49f2a410a3b8db9b9667f | |
parent | a288c93e3fd657dc5dad32dd5f25cdc5301e9a0a (diff) |
gnu: gnupg: Update to 2.2.29.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.29.
-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 bb611bdb89..76f5f3edbf 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.27") + (version "2.2.29") (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 - "1693s2rp9sjwvdslj94n03wnb6rxysjy0dli0q1698af044h1ril")))) + "1j8cpp08zlz9a9n4g9z6352m1bvl369r94p4pjg8z0948pdprl1r")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |