mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: awscli: updating to version 1.18.203.
* gnu/packages/python-web.scm (awscli): updating to version 1.18.203. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
bb6873cfed
commit
df7ef1b8ca
1 changed files with 2 additions and 2 deletions
|
@ -2717,14 +2717,14 @@ (define-public awscli
|
|||
(package
|
||||
;; Note: updating awscli typically requires updating botocore as well.
|
||||
(name "awscli")
|
||||
(version "1.18.183")
|
||||
(version "1.18.203")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n1pmdl33r1v8qnrcg08ihvri9zm4fvsp14605vwmlkxvs8nb7s5"))))
|
||||
"128zg24961j8nmnq2dxqg6a7zwh3qgv87cmvclsdqwwih9nigxv9"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: The 'pypi' release does not contain tests.
|
||||
|
|
Loading…
Reference in a new issue