gnu: python-urllib3: Update to 1.26.9.
* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.9.
This commit is contained in:
parent
647ec2ae78
commit
a4283bf55f
1 changed files with 2 additions and 2 deletions
|
@ -3045,14 +3045,14 @@ addon for removing tracking fields from URLs.")
|
||||||
(define-public python-urllib3
|
(define-public python-urllib3
|
||||||
(package
|
(package
|
||||||
(name "python-urllib3")
|
(name "python-urllib3")
|
||||||
(version "1.26.8")
|
(version "1.26.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "urllib3" version))
|
(uri (pypi-uri "urllib3" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g18xk7gfm88gr4bp3f58vgvsbzwps3sq2kqhv5xyz9ylvck6z0f"))))
|
"13j4mkk6vgix4bixfqk3fhydsl3r5f61z94ss4fmwsl0fxjg3fma"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue