me
/
guix
Archived
1
0
Fork 0

gnu: python-urllib3: Update to 1.26.9.

* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.9.
master
Marius Bakke 2022-06-23 18:57:38 +02:00
parent 647ec2ae78
commit a4283bf55f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3045,14 +3045,14 @@ addon for removing tracking fields from URLs.")
(define-public python-urllib3
(package
(name "python-urllib3")
(version "1.26.8")
(version "1.26.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urllib3" version))
(sha256
(base32
"0g18xk7gfm88gr4bp3f58vgvsbzwps3sq2kqhv5xyz9ylvck6z0f"))))
"13j4mkk6vgix4bixfqk3fhydsl3r5f61z94ss4fmwsl0fxjg3fma"))))
(build-system python-build-system)
(arguments `(#:tests? #f))
(propagated-inputs