gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].

* gnu/packages/python-web.scm (python2-urllib3)[base]: Base off of
python-urllib3/fixed.
This commit is contained in:
Léo Le Bouter 2021-03-16 09:25:02 +01:00
parent a01bfa7dee
commit db87d6ddaf
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6

View File

@ -2769,7 +2769,7 @@ supports url redirection and retries, and also gzip and deflate decoding.")
(define-public python2-urllib3
(let ((base (package-with-python2 (strip-python2-variant python-urllib3))))
(let ((base (package-with-python2 (strip-python2-variant python-urllib3/fixed))))
(package/inherit
base
(propagated-inputs