gnu: python-urllib3: Update to 1.26.2.

* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.2.
This commit is contained in:
Marius Bakke 2020-12-12 17:44:06 +01:00
parent 07ecec4132
commit 643963cbe0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2666,14 +2666,14 @@ (define-public python2-rauth
(define-public python-urllib3
(package
(name "python-urllib3")
(version "1.25.9")
(version "1.26.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urllib3" version))
(sha256
(base32
"09rmjqm5syhhc8fx3v06h3yv6cqy0b1081jg8wm5grpwpr72j61h"))))
"024yldjwjavps39yb77sc422z8fa9bn20wcqrcncjwrqjab8y60r"))))
(build-system python-build-system)
(arguments `(#:tests? #f))
(propagated-inputs