gnu: python-botocore: Update to 1.21.64.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.21.64.master
parent
56864e3d82
commit
fcd17fdeac
|
@ -13467,14 +13467,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.19.22")
|
(version "1.21.64")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "botocore" version))
|
(uri (pypi-uri "botocore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iim86x7c6hqmvd61ygz6x6x9glnsfbnyzv2y67qjdcdx8jpkmw7"))))
|
"0z8cdv3lyr8vw452zqm1r8k4gz4sbzlsqwg6avc3zm6pvajdqc0a"))))
|
||||||
(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