mbakke pushed a commit to branch master
in repository guix.
commit 108fa8266cebc32cc384cacc6f687b8536a62506
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Nov 20 19:50:43 2020 +0100
gnu: python-s3transfer: Update to 0.3.3.
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.3.3.
---
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 51b6ea0..5fb4c97 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