gnu: python-urllib3/fixed: Update to 1.26.7.
* gnu/packages/python-web.scm (python-urllib3/fixed): Update to 1.26.7.
This commit is contained in:
parent
b10bd949c1
commit
02c97aaa1a
1 changed files with 2 additions and 3 deletions
|
@ -2819,14 +2819,14 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
||||||
(define python-urllib3/fixed
|
(define python-urllib3/fixed
|
||||||
(package
|
(package
|
||||||
(inherit python-urllib3)
|
(inherit python-urllib3)
|
||||||
(version "1.26.4")
|
(version "1.26.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "urllib3" version))
|
(uri (pypi-uri "urllib3" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dw9w9bs3hmr5dp3r3h43jyzzb1g1046ag7lj8pqf58i4kvj3c77"))))))
|
"1kkf6gi8a1fs0dqkf6kpmdpsy97iirvliz8q1krxp8ppaiawd1s9"))))))
|
||||||
|
|
||||||
;; Some software requires an older version of urllib3, notably Docker.
|
;; Some software requires an older version of urllib3, notably Docker.
|
||||||
(define-public python-urllib3-1.24
|
(define-public python-urllib3-1.24
|
||||||
|
@ -2839,7 +2839,6 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
||||||
(base32
|
(base32
|
||||||
"1x0slqrv6kixkbcdnxbglvjliwhc1payavxjvk8fvbqjrnasd4r3"))))))
|
"1x0slqrv6kixkbcdnxbglvjliwhc1payavxjvk8fvbqjrnasd4r3"))))))
|
||||||
|
|
||||||
|
|
||||||
(define-public python2-urllib3
|
(define-public python2-urllib3
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-urllib3))))
|
(let ((base (package-with-python2 (strip-python2-variant python-urllib3))))
|
||||||
(package/inherit
|
(package/inherit
|
||||||
|
|
Reference in a new issue