diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-05 02:53:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-05 03:18:46 +0200 |
commit | 0d35a954174050485e0cdf3793a05b9d0d7b1b73 (patch) | |
tree | 24fd38db81540baaa60de094b90f6325aff9c059 /gnu/packages/python-web.scm | |
parent | 4682d48363c2176cf268a53f4249e89ea3f827f4 (diff) | |
download | guix-0d35a954174050485e0cdf3793a05b9d0d7b1b73.tar guix-0d35a954174050485e0cdf3793a05b9d0d7b1b73.tar.gz |
gnu: python-pycurl: Update to 7.43.0.2.
* gnu/packages/python-web.scm (python-pycurl): Update to 7.43.0.2.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4868baa928..9523ff3734 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -312,14 +312,14 @@ C, yielding parse times that can be a thirtieth of the html5lib parse times.") (define-public python-pycurl (package (name "python-pycurl") - (version "7.43.0.1") + (version "7.43.0.2") (source (origin (method url-fetch) (uri (string-append "https://dl.bintray.com/pycurl/pycurl/pycurl-" version ".tar.gz")) (sha256 - (base32 "1ali1gjs9iliwjra7w0y5hwg79a2fd0f4ydvv6k27sgxpbr1n8s3")))) + (base32 "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g")))) (build-system python-build-system) (arguments ;; The tests attempt to access external web servers, so we cannot run |