diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-21 18:44:38 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-21 19:23:49 +0100 |
commit | 7ac8d96d77c297db1f86c1534d1771e991c5f46a (patch) | |
tree | 52a111fca47c576af18a83a68db936de9cb93aa2 /gnu | |
parent | b4d77cfa702cee0be1db73810d20ff6fef054eec (diff) | |
download | guix-7ac8d96d77c297db1f86c1534d1771e991c5f46a.tar.gz guix-7ac8d96d77c297db1f86c1534d1771e991c5f46a.zip |
gnu: gnupg: Update to 2.2.14.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.14.
Diffstat (limited to 'gnu')
-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 fcec2f065d..22ae435a83 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -224,14 +224,14 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.2.13") + (version "2.2.14") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) (sha256 (base32 - "1n0igfn9nwdajzkcgdx7apwm9m5rpw0fg6vwskmf1rpranlqgivn")))) + "0yzqrg24j9fc4f8ss5pclyvg70a9z53sv89vl77xii8yvi3fvy8v")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |