summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-04-12 23:08:24 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-04-12 23:12:22 +0200
commite8a99abf41c92920ebc4fb1763801e50ff73bac5 (patch)
tree8057539c8699b745e222be04ad11c607be1c8a3b /gnu
parent8a6c012deb641705a2b0460f9a64d99bc1f08c73 (diff)
downloadguix-patches-e8a99abf41c92920ebc4fb1763801e50ff73bac5.tar
guix-patches-e8a99abf41c92920ebc4fb1763801e50ff73bac5.tar.gz
gnu: python-botocore: Update to 1.24.35.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.24.35.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 394c7680fd..f617fbcf4a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14631,14 +14631,14 @@ This software is unmaintained, and new projects should use @code{boto3} instead.
;; are compatible.
(package
(name "python-botocore")
- (version "1.22.11")
+ (version "1.24.35")
(source
(origin
(method url-fetch)
(uri (pypi-uri "botocore" version))
(sha256
(base32
- "1z7g2scyzvfq4yj9b4w911k7802ry1v6lqfnwq12l0ak7ywmsvrh"))))
+ "0rv8mvhq5s373zdjs2yb45hzvqcqdh2lp2rbb21jjc8ciwnl5d9n"))))
(build-system python-build-system)
(arguments
;; FIXME: Many tests are failing.