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:
Marius Bakke 2020-07-14 21:21:48 +02:00
parent 007af2fb15
commit 3b4bb631c3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -608,14 +608,14 @@ (define-public python2-html5-parser
(define-public python-pycurl
(package
(name "python-pycurl")
(version "7.43.0.2")
(version "7.43.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://dl.bintray.com/pycurl/pycurl/pycurl-"
version ".tar.gz"))
(sha256
(base32 "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g"))))
(base32 "1cwlb76vddqp2mxqvjbhf367caddzy82rhangddjjhjqaj8x4zgc"))))
(build-system python-build-system)
(arguments
;; The tests attempt to access external web servers, so we cannot run