gnu: python-s3transfer: Update to 0.1.10.

* gnu/packages/python.scm (python-s3transfer): Update to 0.1.10.
master
Tobias Geerinckx-Rice 2017-01-02 08:21:26 +01:00
parent 1f89fb1691
commit 1b5ea0922f
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -11722,13 +11722,13 @@ replay them during future tests. It is designed to work with python-requests.")
(define-public python-s3transfer
(package
(name "python-s3transfer")
(version "0.1.8")
(version "0.1.10")
(source (origin
(method url-fetch)
(uri (pypi-uri "s3transfer" version))
(sha256
(base32
"1jivjkp3xqif9gzr5fiq28jsskmh50vzzd7ldsb4rbyiw1iyv3hy"))))
"1h8g9bknvxflxkpbnxyfxmk8pvgykbbk9ljdvhqh6z4vjc2926ms"))))
(build-system python-build-system)
(arguments
`(#:phases