gnu: awscli: Update to 1.11.151.

* gnu/packages/python.scm (awscli): Update to 1.11.151.
This commit is contained in:
Tobias Geerinckx-Rice 2017-09-13 02:55:46 +02:00
parent 46841c07ec
commit 3f9a4eaf92
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -9990,14 +9990,14 @@ interface to the Amazon Web Services (AWS) API.")
(define-public awscli (define-public awscli
(package (package
(name "awscli") (name "awscli")
(version "1.11.63") (version "1.11.151")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri name version)) (uri (pypi-uri name version))
(sha256 (sha256
(base32 (base32
"1r8aqv8w27k76lcsfk83w6qw9lz8gk2ibzwacp5wjhpp2gik911m")))) "0h6rirbfy0f9cxm7ikll0kr720dircfmxf2vslmhn4n325831wsp"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-colorama" ,python-colorama) `(("python-colorama" ,python-colorama)