gnu: python-pycurl: Update to 7.43.0.5.
* gnu/packages/python-web.scm (python-pycurl): Update to 7.43.0.5.
This commit is contained in:
parent
007af2fb15
commit
3b4bb631c3
1 changed files with 2 additions and 2 deletions
|
@ -608,14 +608,14 @@ (define-public python2-html5-parser
|
||||||
(define-public python-pycurl
|
(define-public python-pycurl
|
||||||
(package
|
(package
|
||||||
(name "python-pycurl")
|
(name "python-pycurl")
|
||||||
(version "7.43.0.2")
|
(version "7.43.0.5")
|
||||||
(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 "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g"))))
|
(base32 "1cwlb76vddqp2mxqvjbhf367caddzy82rhangddjjhjqaj8x4zgc"))))
|
||||||
(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 a new issue