3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-urllib3: Update to 1.26.8.

* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.8.
This commit is contained in:
Marius Bakke 2022-01-22 16:00:01 +01:00
parent 4ec10765f2
commit f0b4c042ff
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2781,14 +2781,14 @@ authenticated session objects providing things like keep-alive.")
(define-public python-urllib3
(package
(name "python-urllib3")
(version "1.26.7")
(version "1.26.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urllib3" version))
(sha256
(base32
"1kkf6gi8a1fs0dqkf6kpmdpsy97iirvliz8q1krxp8ppaiawd1s9"))))
"0g18xk7gfm88gr4bp3f58vgvsbzwps3sq2kqhv5xyz9ylvck6z0f"))))
(build-system python-build-system)
(arguments `(#:tests? #f))
(propagated-inputs