summaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-10-13 10:01:33 -0400
committerLeo Famulari <leo@famulari.name>2016-10-13 10:05:23 -0400
commite3d9da3c0c35cb4eac0af0f280d5342282eae7df (patch)
treea7c046c08b72a442f999a5ffb3ccfb4e7ff2b0b6 /gnu/packages/gnupg.scm
parent34708a221aac12f96d0ba2403bb52658c6355536 (diff)
downloadpatches-e3d9da3c0c35cb4eac0af0f280d5342282eae7df.tar
patches-e3d9da3c0c35cb4eac0af0f280d5342282eae7df.tar.gz
gnu: gnupg: Remove superfluous patch.
This patch was integrated into GnuPG 2.1.14. * gnu/packages/patches/gnupg-fix-expired-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnupg.scm (gnupg)[source]: Remove patch.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r--gnu/packages/gnupg.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 4972b37090..dd75ea5c34 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -216,7 +216,6 @@ compatible to GNU Pth.")
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
- (patches (search-patches "gnupg-fix-expired-test.patch"))
(sha256
(base32
"1pgz02gd84ab94w4xdg67p9z8kvkyr9d523bvcxxd2hviwh1m362"))))