mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: awscli: Update to 1.20.64.
* gnu/packages/python-web.scm (awscli): Update to 1.20.64. [arguments]: Remove trailing #t. [propagated-inputs]: Replace python-colorama with python-colorama-for-awscli; replace python-docutils with python-docutils-0.15.
This commit is contained in:
parent
d5f89c0b93
commit
727f05e1e2
1 changed files with 5 additions and 6 deletions
|
@ -2821,14 +2821,14 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
|||
(package
|
||||
;; Note: updating awscli typically requires updating botocore as well.
|
||||
(name "awscli")
|
||||
(version "1.18.203")
|
||||
(version "1.20.64")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(sha256
|
||||
(base32
|
||||
"128zg24961j8nmnq2dxqg6a7zwh3qgv87cmvclsdqwwih9nigxv9"))))
|
||||
"0pl88y70rgwfprgv5gqkc2fcbasc9d0qyffl98l82bsc24d4c8b9"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: The 'pypi' release does not contain tests.
|
||||
|
@ -2841,13 +2841,12 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
|||
(("if not self._exists_on_path\\('groff'\\):") "")
|
||||
(("raise ExecutableNotFoundError\\('groff'\\)") "")
|
||||
(("cmdline = \\['groff'")
|
||||
(string-append "cmdline = ['" (which "groff") "'")))
|
||||
#t)))))
|
||||
(string-append "cmdline = ['" (which "groff") "'"))))))))
|
||||
(propagated-inputs
|
||||
`(("python-colorama" ,python-colorama)
|
||||
`(("python-colorama" ,python-colorama-for-awscli)
|
||||
("python-botocore" ,python-botocore)
|
||||
("python-s3transfer" ,python-s3transfer)
|
||||
("python-docutils" ,python-docutils)
|
||||
("python-docutils" ,python-docutils-0.15)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
("python-rsa" ,python-rsa)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue