gnu: awscli: Update to 1.11.47.
* gnu/packages/python.scm (awscli): Update to 1.11.47.
This commit is contained in:
parent
0a7d96f8e4
commit
a9c15e8b59
|
@ -8800,14 +8800,14 @@ interface to the Amazon Web Services (AWS) API.")
|
||||||
(define-public awscli
|
(define-public awscli
|
||||||
(package
|
(package
|
||||||
(name "awscli")
|
(name "awscli")
|
||||||
(version "1.11.43")
|
(version "1.11.47")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri name version))
|
(uri (pypi-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x94jmy8ygld8g4pf35zdankh4dx8g8qn3q9j3hrbawqw0vkrp3y"))))
|
"0p0pila0k99fm87q1gb24wyd34ags0vkh37h1fa6hklq4mi69i1w"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-colorama" ,python-colorama)
|
`(("python-colorama" ,python-colorama)
|
||||||
|
|
Loading…
Reference in New Issue