gnu: python-pycurl: Update to 7.45.2.
* gnu/packages/python-web.scm (python-pycurl): Update to 7.45.2.
This commit is contained in:
parent
f170813334
commit
7e6901618f
1 changed files with 2 additions and 2 deletions
|
@ -1590,13 +1590,13 @@ Amazon S3 compatible object storage server.")
|
||||||
(define-public python-pycurl
|
(define-public python-pycurl
|
||||||
(package
|
(package
|
||||||
(name "python-pycurl")
|
(name "python-pycurl")
|
||||||
(version "7.43.0.5")
|
(version "7.45.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pycurl" version))
|
(uri (pypi-uri "pycurl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cwlb76vddqp2mxqvjbhf367caddzy82rhangddjjhjqaj8x4zgc"))))
|
(base32 "1ji46b924caa4saxvjxs9h673yy0kif297nxpnjn84r7w05mjc2p"))))
|
||||||
(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
|
||||||
|
|
Reference in a new issue