diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-10-19 13:22:33 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-10-19 13:22:33 +0000 |
commit | fcd17fdeac963a0c1a8f8410d061f0b6766aebf4 (patch) | |
tree | c94623cabbf91c73beb61c097011b841bb9d1c8d /gnu/packages/python-xyz.scm | |
parent | 56864e3d82812e09271dc9edfadb9342baa1b126 (diff) | |
download | guix-fcd17fdeac963a0c1a8f8410d061f0b6766aebf4.tar.gz |
gnu: python-botocore: Update to 1.21.64.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.21.64.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bc571ca8dc..7e7456bce9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13467,14 +13467,14 @@ This software is unmaintained, and new projects should use @code{boto3} instead. ;; 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. |