diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-02 08:19:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-02 08:37:24 +0100 |
commit | af27e845e1dc450238141733815f8fe62887bc55 (patch) | |
tree | efe25a202199dc4b027fc22f6d61854886f41597 /gnu/packages | |
parent | bbb99d6b37604661cda023d22e0f3c7f862490fe (diff) |
gnu: awscli: Update to 1.11.35.
* gnu/packages/python.scm (awscli): Update to 1.11.35.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 420873ddd3..2d742f534d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8685,14 +8685,14 @@ interface to the Amazon Web Services (AWS) API.") (define-public awscli (package (name "awscli") - (version "1.11.5") + (version "1.11.35") (source (origin (method url-fetch) (uri (pypi-uri name version)) (sha256 (base32 - "0lclasm0wnayd3b8zl9l91i32nbgrhh0ncf9lksss4cv0myfwmfg")))) + "0k6y8cg311bqak5x9pilg80w6f76dcbzm6xcdrw6rjnk6v4xwy70")))) (build-system python-build-system) (propagated-inputs `(("python-colorama" ,python-colorama) |