diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-04-04 17:44:57 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-04-04 17:46:28 +0200 |
commit | 4dc12417d2f982016832726b3e644eb3adb43262 (patch) | |
tree | c4a2c8d35922bfb26d0ae3edf38718fa8c2e6b39 /gnu/packages/gnupg.scm | |
parent | a3dea99107e20e3e50e9b766850254c87accde49 (diff) | |
download | guix-4dc12417d2f982016832726b3e644eb3adb43262.tar guix-4dc12417d2f982016832726b3e644eb3adb43262.tar.gz |
gnu: gnupg: Update to 2.1.20.
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.20.
[source]: Remove patch.
* gnu/packages/patches/gnupg-2.1-fix-Y2038-test-failure.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 532dbf88f7..0c20f9ae54 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -217,15 +217,14 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.1.19") + (version "2.1.20") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) - (patches (search-patches "gnupg-2.1-fix-Y2038-test-failure.patch")) (sha256 (base32 - "1w4vccmb5l50lm4yrz9vkdj7whbfvzx543r55362kkj1aqgyvk26")))) + "03cnd6gz8f4lf69inskssw57idrswcdimhccdyglmrlv6rlrmkr4")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |