diff options
author | Sree Harsha Totakura <sreeharsha@totakura.in> | 2014-02-18 21:45:57 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-02-18 23:00:25 +0100 |
commit | 2977b307ef0035773d47285855cdbc8f2bade490 (patch) | |
tree | a65a204d5bc6a92966968fa94ad38848891fc406 /gnu/packages/curl.scm | |
parent | 67543125f3f838c8789877797aa92fda68bdcd9e (diff) | |
download | patches-2977b307ef0035773d47285855cdbc8f2bade490.tar patches-2977b307ef0035773d47285855cdbc8f2bade490.tar.gz |
gnu: curl: Update to 7.35.0.
* gnu/packages/curl.scm (curl): Update to 7.35.0.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/curl.scm')
-rw-r--r-- | gnu/packages/curl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index a9bfa76aa0..ea7dbf6e21 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm @@ -36,14 +36,14 @@ (define-public curl (package (name "curl") - (version "7.28.1") + (version "7.35.0") (source (origin (method url-fetch) (uri (string-append "http://curl.haxx.se/download/curl-" version ".tar.lzma")) (sha256 (base32 - "13bhfs41yf60ys2hrikqxjwfzaj0gm91kqzsgc5fr4grzmpm38nx")) + "14w5cwh6b1426lxkq6kp6h4vxryr4n7wfrrwhny1r4123q7n8ab9")) (patches ;; This patch fixes testcase 172 which uses a hardcoded cookie ;; expiration value which is expired as of Feb 1, 2014. |