diff mbox series

[bug#54798,3/5] gnu: python-boto3: Update to 1.21.34.

Message ID 20220408183721.10948-3-felgru@posteo.net
State Accepted
Headers show
Series Update python-jmespath to 1.0.0. | expand

Commit Message

Felix Gruber April 8, 2022, 6:37 p.m. UTC
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.21.34.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3e6c65868a..2ebb6a16de 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14574,7 +14574,7 @@  interface to the Amazon Web Services (AWS) API.")
 (define-public python-boto3
   (package
     (name "python-boto3")
-    (version "1.19.11")
+    (version "1.21.34")
     (home-page "https://github.com/boto/boto3")
     (source (origin
               (method git-fetch)
@@ -14582,7 +14582,7 @@  interface to the Amazon Web Services (AWS) API.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wv0ci2z5ywvm63dh4mp64vqyyvkm4qxc8dxv8ncrqiiphpgr9aq"))))
+                "17gpyfifzwydz9h8gw7knhwdps3bcyvn8j7vsijms4qh8n77v383"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases