3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-s3transfer: Update to 0.1.13.

* gnu/packages/python-web.scm (python-s3transfer): Update to 0.1.13.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-02 01:04:35 +01:00
parent e46dd02d99
commit bda82eff18
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1700,13 +1700,13 @@ Betamax.")
(define-public python-s3transfer
(package
(name "python-s3transfer")
(version "0.1.11")
(version "0.1.13")
(source (origin
(method url-fetch)
(uri (pypi-uri "s3transfer" version))
(sha256
(base32
"0yfrfnf404cxzn3iswibqjxklsl0b1lwgqiml6pwiqj79a7zbwbn"))))
"1harvyn1s8v54n1w5h7c0lg4bgjh68aylhg28s8n174q53h1ip4h"))))
(build-system python-build-system)
(arguments
`(#:phases