diff options
author | Leo Famulari <leo@famulari.name> | 2021-08-20 14:41:40 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-07-27 12:34:56 -0400 |
commit | 8d25a14aace00ee11ee350efa241ea48d0033435 (patch) | |
tree | 77b91af4926adb9ff1b946971dcb763913386191 /gnu/packages/gnupg.scm | |
parent | 1afe3c502be32cc831748e11f195789d1862540f (diff) | |
download | guix-8d25a14aace00ee11ee350efa241ea48d0033435.tar.gz |
gnu: GnuPG: Update to 2.2.29.
* gnu/packages/gnupg.scm (gnupg): Update to 2.22.9.
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 4e7d89b6ae..e7969ef4cb 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.27") + (version "2.2.29") (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 - "1693s2rp9sjwvdslj94n03wnb6rxysjy0dli0q1698af044h1ril")))) + "1j8cpp08zlz9a9n4g9z6352m1bvl369r94p4pjg8z0948pdprl1r")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |