diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-02 01:04:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-02 15:52:52 +0100 |
commit | bda82eff18c97c773b4f503932c1df0f04086c2c (patch) | |
tree | 7d2267f2554261a434caee0909a42fa70a014cb4 /gnu/packages/python-web.scm | |
parent | e46dd02d99fccabecd59bf8bd3664a67e24053c0 (diff) | |
download | patches-bda82eff18c97c773b4f503932c1df0f04086c2c.tar patches-bda82eff18c97c773b4f503932c1df0f04086c2c.tar.gz |
gnu: python-s3transfer: Update to 0.1.13.
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.1.13.
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 8f5827cd2c..769b3dea51 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 |