me
/
guix
Archived
1
0
Fork 0

gnu: Update awscli to 1.11.185.

* gnu/packages/python-web.scm (awscli): Update to 1.11.185.
master
David Thompson 2017-11-14 14:20:14 -05:00
parent 31d9e454ad
commit 52b617ffeb
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 2 additions and 2 deletions

View File

@ -1084,14 +1084,14 @@ supports url redirection and retries, and also gzip and deflate decoding.")
(define-public awscli
(package
(name "awscli")
(version "1.11.164")
(version "1.11.185")
(source
(origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"05r8cw7i7ff6barpmyxxk3i52gzb1xyxwj8isynmiyqlmk3c9r8w"))))
"18rskl6sla456z4hkq2gmmm03fqc4rqw5pfiqdyc7a2v9kljv4ah"))))
(build-system python-build-system)
(propagated-inputs
`(("python-colorama" ,python-colorama)