diff mbox series

[bug#64474,2/3] gnu: python-s3transfer: Update to 0.6.1.

Message ID a98d9ce156481b95ef26e154dfdb4300ad158d15.1688554325.git.roman@burningswell.com
State New
Headers show
Series Update awscli to 1.28.0 | expand

Commit Message

Roman Scherer July 5, 2023, 12:17 p.m. UTC
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.6.1.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d0ac175039..ddce9d504a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4028,13 +4028,13 @@  (define-public python-betamax-serializers
 (define-public python-s3transfer
   (package
     (name "python-s3transfer")
-    (version "0.5.0")
+    (version "0.6.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "s3transfer" version))
               (sha256
                (base32
-                "0k6sc956yrrv9b4laa0r79jhxajpyxr21jcd1ka8m1n53lz85vah"))))
+                "1adwmjf8w7s1a948h9xd6lcqhwdpmrm2pxp10l4hqk0zf69b82v4"))))
     (build-system python-build-system)
     (arguments
      `(#:phases