diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-24 21:48:01 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-24 21:48:01 +0100 |
commit | 23d57f74dcaddc39b2fe57fc0eabcd5907318882 (patch) | |
tree | c75e17023621c94d058aaf026e0cacccdf9cc13c /gnu/packages/gnupg.scm | |
parent | 81e95821057a3df50952f979bf767012ddbbf8c2 (diff) | |
download | patches-23d57f74dcaddc39b2fe57fc0eabcd5907318882.tar patches-23d57f74dcaddc39b2fe57fc0eabcd5907318882.tar.gz |
gnu: gnupg: Update to 2.1.18.
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.18.
[source]: Remove patch.
* gnu/packages/patches/gnupg-test-segfault-on-32bit-arch.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 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index b19d764e25..df9eb4cba5 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -217,18 +217,14 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.1.17") + (version "2.1.18") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) (sha256 (base32 - "1js308b46ifx1gim0c9nivr5yxhans7iq1yvkf7zl2928gdm9p65")) - (patches - ;; This fixes a test failure on 32bit. Remove for next version. - ;; https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00869.html - (search-patches "gnupg-test-segfault-on-32bit-arch.patch")))) + "157rrv3ly9j2k0acz43nhiba5hfl6h7048jvj55wwqjmgsmnyk6h")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |