gnu: python-urllib3: Update to 1.25.3.
* gnu/packages/python-web.scm (python-urllib3): Update to 1.25.3.
This commit is contained in:
parent
b8725cdf94
commit
b97f4a357c
|
@ -1500,14 +1500,14 @@ authenticated session objects providing things like keep-alive.")
|
|||
(define-public python-urllib3
|
||||
(package
|
||||
(name "python-urllib3")
|
||||
(version "1.24.1")
|
||||
(version "1.25.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "urllib3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08lwd9f3hqznyf32vnzwvp87pchx062nkbgyrf67rwlkgj0jk5fy"))))
|
||||
"0cij8qcvvpj62g1q8n785qjkdymfh4b7vf45si4sw64l41rr3rfv"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #f))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in New Issue