diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-14 23:06:35 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-05-26 22:32:54 +0200 |
commit | 21cbde9f44bee99c70a6e41695037679649365ef (patch) | |
tree | 653506d8added04e39a8e8bc9ac3f5fb17bfd2b0 | |
parent | da1eb6db1332454bab7c2f255573c9999297e9bd (diff) | |
download | guix-21cbde9f44bee99c70a6e41695037679649365ef.tar guix-21cbde9f44bee99c70a6e41695037679649365ef.tar.gz |
gnu: python-urllib3: Update to 1.25.9.
* gnu/packages/python-web.scm (python-urllib3): Update to 1.25.9.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 88ba88e2e2..e2f0aec41f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1648,14 +1648,14 @@ authenticated session objects providing things like keep-alive.") (define-public python-urllib3 (package (name "python-urllib3") - (version "1.25.3") + (version "1.25.9") (source (origin (method url-fetch) (uri (pypi-uri "urllib3" version)) (sha256 (base32 - "0cij8qcvvpj62g1q8n785qjkdymfh4b7vf45si4sw64l41rr3rfv")))) + "09rmjqm5syhhc8fx3v06h3yv6cqy0b1081jg8wm5grpwpr72j61h")))) (build-system python-build-system) (arguments `(#:tests? #f)) (propagated-inputs |