gnu: python-urllib3: Update to 1.26.15.

* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.15.
This commit is contained in:
John Kehayias 2023-04-18 00:40:16 -04:00
parent f2797f18c2
commit 3e8d608dac
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -58,6 +58,7 @@
;;; Copyright © 2022 msimonin <matthieu.simonin@inria.fr>
;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull@hotmail.fr>
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -3402,14 +3403,14 @@ (define-public python-unalix
(define-public python-urllib3
(package
(name "python-urllib3")
(version "1.26.9")
(version "1.26.15")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urllib3" version))
(sha256
(base32
"13j4mkk6vgix4bixfqk3fhydsl3r5f61z94ss4fmwsl0fxjg3fma"))))
"01dkqv0rsjqyw4wrp6yj8h3bcnl7c678qkj845596vs7p4bqff4a"))))
(build-system python-build-system)
(arguments `(#:tests? #f))
(propagated-inputs