diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-20 02:52:52 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-23 19:43:10 +0200 |
commit | 259de44042d1fdbf1a6262e7e96800d75416e95c (patch) | |
tree | 8239917e06a5a8338402537eaf6372c5638244ee /gnu/packages/gnupg.scm | |
parent | 57d5e06ef6941d9b05aebc0d01873d8a89883b09 (diff) | |
download | guix-259de44042d1fdbf1a6262e7e96800d75416e95c.tar.gz |
gnu: GnuPG: Update to 2.2.36.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.36.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 22fef794b0..74ff871c58 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -292,9 +292,7 @@ compatible to GNU Pth.") (name "gnupg") ;; Note: The 2.2.X releases are Long Term Support (LTS), so stick to it ;; for our stable 'gnupg'. - ;; Note2: 2.2.33 currently suffers from regressions, so do not update to it - ;; (see: https://dev.gnupg.org/T5742). - (version "2.2.32") + (version "2.2.36") (source (origin (method url-fetch) (uri (string-append "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-" version @@ -302,7 +300,7 @@ compatible to GNU Pth.") (patches (search-patches "gnupg-default-pinentry.patch")) (sha256 (base32 - "0506gv54z10c96z5821z9p0ksibk1pfilsmag39ffqrcz0sinmxj")))) + "172cma86bsp8k1jn2khpy2gfwqyamhbii0cy7dqakv7w20w7izmx")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) |