guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 677be5977e2380e777a67696d4f23d71bfc818ea
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Oct 28 22:49:15 2025 +0000

    gnu: python-s3transfer: Update to 0.14.0.
    
    * gnu/packages/python-web.scm (python-s3transfer): Update to 0.14.0.
    
    Change-Id: If9a48899ccfdcf8d31c5666c8d33ef468a7d7273
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 34a669f9c2..d4466343e0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7531,13 +7531,13 @@ S3.")
 (define-public python-s3transfer
   (package
     (name "python-s3transfer")
-    (version "0.10.3")
+    (version "0.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "s3transfer" version))
        (sha256
-        (base32 "032bjky1q8r5x80mvb0ah60g0zq4snwf0xa4c7779m44mdsfsl2g"))))
+        (base32 "09a17scf96zfdw2chb22yyvmnj4anfijgkncfi89id68wxj25wgg"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to