diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 22:49:15 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-29 00:20:31 +0000 |
| commit | 677be5977e2380e777a67696d4f23d71bfc818ea (patch) | |
| tree | ed766cb1d23084e350f16077285413eb2944c131 /gnu/packages/python-web.scm | |
| parent | 18a5d36cc18419c75aeb5674bbe0492556f43630 (diff) | |
gnu: python-s3transfer: Update to 0.14.0.
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.14.0.
Change-Id: If9a48899ccfdcf8d31c5666c8d33ef468a7d7273
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 34a669f9c2a..d4466343e0d 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 |
