diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-17 21:24:55 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-17 21:48:29 -0400 |
commit | 0be20a8353c0db1637e101afa1e088fc92066657 (patch) | |
tree | 4b922cbd85f1c6f7f03e99e6489235ac1eeaea50 /gnu/packages/gnupg.scm | |
parent | 89c83e8c3e7a8eb4bd343edec3a0936f461c2220 (diff) | |
download | patches-0be20a8353c0db1637e101afa1e088fc92066657.tar patches-0be20a8353c0db1637e101afa1e088fc92066657.tar.gz |
gnu: gnupg: Update to 2.1.21.
This release fixes a keyring corruption bug introduced in 2.1.20. See
<https://lists.gnupg.org/pipermail/gnupg-announce/2017q2/000405.html> for more
information.
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.21.
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 29690a7825..440e7d550f 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -215,14 +215,14 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.1.20") + (version "2.1.21") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) (sha256 (base32 - "03cnd6gz8f4lf69inskssw57idrswcdimhccdyglmrlv6rlrmkr4")))) + "1p97limv29p01y79mgnzpwixa50lv53wgdl3ymk9idkmpaldisks")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |