diff options
author | Sree Harsha Totakura <sreeharsha@totakura.in> | 2014-02-16 20:00:02 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-02-16 23:35:38 +0100 |
commit | d850e5b913789c2d842d00bb7a27cf13f2ebe005 (patch) | |
tree | 863eac716e60e7664ee69cbb248406f8ea3eecf4 /gnu/packages | |
parent | 7ee3f1a2089949870565582f306c5a40a08244d2 (diff) | |
download | guix-d850e5b913789c2d842d00bb7a27cf13f2ebe005.tar guix-d850e5b913789c2d842d00bb7a27cf13f2ebe005.tar.gz |
gnu: gnurl: Update to 7.35.0.
* gnu/packages/gnunet.scm (gnurl): Update to 7.35.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnunet.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 960a5d725c..b08479624d 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -137,17 +137,13 @@ and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.34.0") + (version "7.35.0") (source (origin (method url-fetch) (uri (string-append "https://gnunet.org/sites/default/files/gnurl-" version ".tar.bz2")) (sha256 - (base32 - "0kpi9wx9lg938b982smjg54acdwswdshs2bzf10sj5r6zmb05ygp")) - ;; This patch fixes testcase 172 which uses a hardcoded cookie - ;; expiration value which is expired as of Feb 1, 2014. - (patches (list (search-patch "curl-fix-test172.patch"))))) + (base32 "0dzj22f5z6ppjj1aq1bml64iwbzzcd8w1qy3bgpk6gnzqslsxknf")))) (build-system gnu-build-system) (inputs `(("gnutls" ,gnutls) ("libidn" ,libidn) |