gnu: python-pycurl: Update to 7.43.0.2.
* gnu/packages/python-web.scm (python-pycurl): Update to 7.43.0.2.
This commit is contained in:
parent
4682d48363
commit
0d35a95417
|
@ -312,14 +312,14 @@ C, yielding parse times that can be a thirtieth of the html5lib parse times.")
|
||||||
(define-public python-pycurl
|
(define-public python-pycurl
|
||||||
(package
|
(package
|
||||||
(name "python-pycurl")
|
(name "python-pycurl")
|
||||||
(version "7.43.0.1")
|
(version "7.43.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dl.bintray.com/pycurl/pycurl/pycurl-"
|
(uri (string-append "https://dl.bintray.com/pycurl/pycurl/pycurl-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ali1gjs9iliwjra7w0y5hwg79a2fd0f4ydvv6k27sgxpbr1n8s3"))))
|
(base32 "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The tests attempt to access external web servers, so we cannot run
|
;; The tests attempt to access external web servers, so we cannot run
|
||||||
|
|
Loading…
Reference in New Issue