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
@ -2819,14 +2819,14 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
||||
(define python-urllib3/fixed
|
||||
(package
|
||||
(inherit python-urllib3)
|
||||
(version "1.26.4")
|
||||
(version "1.26.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "urllib3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dw9w9bs3hmr5dp3r3h43jyzzb1g1046ag7lj8pqf58i4kvj3c77"))))))
|
||||
"1kkf6gi8a1fs0dqkf6kpmdpsy97iirvliz8q1krxp8ppaiawd1s9"))))))
|
||||
|
||||
;; Some software requires an older version of urllib3, notably Docker.
|
||||
(define-public python-urllib3-1.24
|
||||
@ -2839,7 +2839,6 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
||||
(base32
|
||||
"1x0slqrv6kixkbcdnxbglvjliwhc1payavxjvk8fvbqjrnasd4r3"))))))
|
||||
|
||||
|
||||
(define-public python2-urllib3
|
||||
(let ((base (package-with-python2 (strip-python2-variant python-urllib3))))
|
||||
(package/inherit
|
||||
|
Loading…
Reference in New Issue
Block a user