me
/
guix
Archived
1
0
Fork 0

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>
master
Vincent Legoll 2020-12-24 16:22:32 +01:00 committed by Leo Famulari
parent bb6873cfed
commit df7ef1b8ca
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -2717,14 +2717,14 @@ supports url redirection and retries, and also gzip and deflate decoding.")
(package (package
;; Note: updating awscli typically requires updating botocore as well. ;; Note: updating awscli typically requires updating botocore as well.
(name "awscli") (name "awscli")
(version "1.18.183") (version "1.18.203")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri name version)) (uri (pypi-uri name version))
(sha256 (sha256
(base32 (base32
"0n1pmdl33r1v8qnrcg08ihvri9zm4fvsp14605vwmlkxvs8nb7s5")))) "128zg24961j8nmnq2dxqg6a7zwh3qgv87cmvclsdqwwih9nigxv9"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; FIXME: The 'pypi' release does not contain tests. ;; FIXME: The 'pypi' release does not contain tests.