me
/
guix
Archived
1
0
Fork 0

gnu: python-urllib3: Update to 1.26.8.

* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.8.
master
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
1 changed files with 2 additions and 2 deletions

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