mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: python-botocore: Update to 1.21.64.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.21.64.
This commit is contained in:
parent
56864e3d82
commit
fcd17fdeac
1 changed files with 2 additions and 2 deletions
|
@ -13467,14 +13467,14 @@ (define-public python-botocore
|
|||
;; are compatible.
|
||||
(package
|
||||
(name "python-botocore")
|
||||
(version "1.19.22")
|
||||
(version "1.21.64")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "botocore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iim86x7c6hqmvd61ygz6x6x9glnsfbnyzv2y67qjdcdx8jpkmw7"))))
|
||||
"0z8cdv3lyr8vw452zqm1r8k4gz4sbzlsqwg6avc3zm6pvajdqc0a"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: Many tests are failing.
|
||||
|
|
Loading…
Reference in a new issue