diff options
author | Andreas Enge <andreas@enge.fr> | 2014-08-07 22:53:21 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-08-07 22:53:21 +0200 |
commit | 87806dde17b1b3877487ed574cfc5f841e031675 (patch) | |
tree | 33112a774849ea3681112b80e441dfc7afe66c3a /gnu-system.am | |
parent | 75f6f74f1567661d53caebaa95f744cad86289eb (diff) | |
download | guix-87806dde17b1b3877487ed574cfc5f841e031675.tar guix-87806dde17b1b3877487ed574cfc5f841e031675.tar.gz |
gnu: curl: Update to 7.37.1.
* gnu/packages/curl.scm (curl): Update to 7.37.1. Remove patch.
* gnu/packages/patches/curl-fix-test172.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index ea2a4b3f51..200f55f501 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -292,7 +292,6 @@ dist_patch_DATA = \ gnu/packages/patches/cpio-gets-undeclared.patch \ gnu/packages/patches/cssc-gets-undeclared.patch \ gnu/packages/patches/cssc-missing-include.patch \ - gnu/packages/patches/curl-fix-test172.patch \ gnu/packages/patches/cursynth-wave-rand.patch \ gnu/packages/patches/dbus-localstatedir.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ |