[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: python-botocore: Update to 1.24.35.
From: |
guix-commits |
Subject: |
05/07: gnu: python-botocore: Update to 1.24.35. |
Date: |
Tue, 12 Apr 2022 17:14:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e8a99abf41c92920ebc4fb1763801e50ff73bac5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 12 23:08:24 2022 +0200
gnu: python-botocore: Update to 1.24.35.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.24.35.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file 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.
- branch master updated (42679e3f81 -> 6a69e41c17), guix-commits, 2022/04/12
- 01/07: gnu: Add python-pyyaml-for-awscli., guix-commits, 2022/04/12
- 03/07: gnu: Add python-botocore-for-awscli., guix-commits, 2022/04/12
- 07/07: gnu: python-moto: Update to 3.1.4., guix-commits, 2022/04/12
- 02/07: gnu: awscli: Use older pyyaml., guix-commits, 2022/04/12
- 04/07: gnu: python-boto3: Update to 1.21.35., guix-commits, 2022/04/12
- 05/07: gnu: python-botocore: Update to 1.24.35.,
guix-commits <=
- 06/07: gnu: awscli: Use older version of botocore., guix-commits, 2022/04/12