me
/
guix
Archived
1
0
Fork 0

gnu: python-botocore: Update to 1.21.64.

* gnu/packages/python-xyz.scm (python-botocore): Update to 1.21.64.
master
Ricardo Wurmus 2021-10-19 13:22:33 +00:00
parent 56864e3d82
commit fcd17fdeac
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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.