diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-20 19:50:43 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-21 01:21:31 +0100 |
commit | 108fa8266cebc32cc384cacc6f687b8536a62506 (patch) | |
tree | 46c93b4a6f36822e9166e7398e158e337d7b6352 /gnu | |
parent | 6dfaa681be44222968947a48b80d8ad22d39ac3e (diff) |
gnu: python-s3transfer: Update to 0.3.3.
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.3.3.
Diffstat (limited to 'gnu')
-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 51b6ea02f8..5fb4c9762c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2795,13 +2795,13 @@ Betamax.") (define-public python-s3transfer (package (name "python-s3transfer") - (version "0.2.0") + (version "0.3.3") (source (origin (method url-fetch) (uri (pypi-uri "s3transfer" version)) (sha256 (base32 - "08fhj73b1ai52hrs2q3nggshq3pswn1gq8ch3m009cb2v2vmqggj")))) + "1nzp5kwmy9669334shcz9ipg89jgpdqhrmbkgdg18r7wmvi3f6lj")))) (build-system python-build-system) (arguments `(#:phases |