gnu: python-s3transfer: Update to 0.3.3.

* gnu/packages/python-web.scm (python-s3transfer): Update to 0.3.3.
This commit is contained in:
Marius Bakke 2020-11-20 19:50:43 +01:00
parent 6dfaa681be
commit 108fa8266c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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