gnu: python-botocore: Update to 1.24.35.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.24.35.master
parent
8a6c012deb
commit
e8a99abf41
|
@ -14631,14 +14631,14 @@ This software is unmaintained, and new projects should use @code{boto3} instead.
|
||||||
;; are compatible.
|
;; are compatible.
|
||||||
(package
|
(package
|
||||||
(name "python-botocore")
|
(name "python-botocore")
|
||||||
(version "1.22.11")
|
(version "1.24.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "botocore" version))
|
(uri (pypi-uri "botocore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z7g2scyzvfq4yj9b4w911k7802ry1v6lqfnwq12l0ak7ywmsvrh"))))
|
"0rv8mvhq5s373zdjs2yb45hzvqcqdh2lp2rbb21jjc8ciwnl5d9n"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Many tests are failing.
|
;; FIXME: Many tests are failing.
|
||||||
|
|
Reference in New Issue