gnu: awscli: Update to 1.11.5.
* gnu/packages/python.scm (awscli): Update to 1.11.5. [source]: Use pypi-uri. [inputs]: Add python-s3transfer.
This commit is contained in:
parent
94cffc6386
commit
d5ccf71ec6
|
@ -7907,16 +7907,14 @@ interface to the Amazon Web Services (AWS) API.")
|
||||||
(define-public awscli
|
(define-public awscli
|
||||||
(package
|
(package
|
||||||
(name "awscli")
|
(name "awscli")
|
||||||
(version "1.9.17")
|
(version "1.11.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri name version))
|
||||||
"https://pypi.python.org/packages/source/a/awscli/awscli-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nj7jqvlpq57hfhby1njsbf8303gapa3njc4dramr6p3ffzvfi2i"))))
|
"0lclasm0wnayd3b8zl9l91i32nbgrhh0ncf9lksss4cv0myfwmfg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-colorama" ,python-colorama)
|
`(("python-colorama" ,python-colorama)
|
||||||
|
@ -7928,7 +7926,8 @@ interface to the Amazon Web Services (AWS) API.")
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("python-tox" ,python-tox)
|
("python-tox" ,python-tox)
|
||||||
("python-wheel" ,python-wheel)
|
("python-wheel" ,python-wheel)
|
||||||
("python-botocore" ,python-botocore)))
|
("python-botocore" ,python-botocore)
|
||||||
|
("python-s3transfer" ,python-s3transfer)))
|
||||||
(home-page "http://aws.amazon.com/cli/")
|
(home-page "http://aws.amazon.com/cli/")
|
||||||
(synopsis "Command line client for AWS")
|
(synopsis "Command line client for AWS")
|
||||||
(description "AWS CLI provides a unified command line interface to the
|
(description "AWS CLI provides a unified command line interface to the
|
||||||
|
|
Loading…
Reference in New Issue