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:
Marius Bakke 2022-12-27 21:46:27 +01:00
parent f170813334
commit 7e6901618f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1590,13 +1590,13 @@ Amazon S3 compatible object storage server.")
(define-public python-pycurl
(package
(name "python-pycurl")
(version "7.43.0.5")
(version "7.45.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pycurl" version))
(sha256
(base32 "1cwlb76vddqp2mxqvjbhf367caddzy82rhangddjjhjqaj8x4zgc"))))
(base32 "1ji46b924caa4saxvjxs9h673yy0kif297nxpnjn84r7w05mjc2p"))))
(build-system python-build-system)
(arguments
;; The tests attempt to access external web servers, so we cannot run