mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: awscli: Update to 1.18.183.
* gnu/packages/python-web.scm (awscli): Update to 1.18.183.
This commit is contained in:
parent
a811fb219b
commit
6dfaa681be
1 changed files with 2 additions and 2 deletions
|
@ -2290,14 +2290,14 @@ (define-public awscli
|
|||
(package
|
||||
;; Note: updating awscli typically requires updating botocore as well.
|
||||
(name "awscli")
|
||||
(version "1.18.6")
|
||||
(version "1.18.183")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p479mfs9r0m82a217pap8156ijwvhv6r3kqa4k267gd05wgvygm"))))
|
||||
"0n1pmdl33r1v8qnrcg08ihvri9zm4fvsp14605vwmlkxvs8nb7s5"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: The 'pypi' release does not contain tests.
|
||||
|
|
Loading…
Reference in a new issue