diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-20 22:53:29 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-21 01:21:31 +0100 |
commit | 6dfaa681be44222968947a48b80d8ad22d39ac3e (patch) | |
tree | ecb3d747942f90a19f8f83e53790a5154aa3a72e /gnu | |
parent | a811fb219baee870bc98ff5e7cd1fab43ec7be91 (diff) | |
download | guix-6dfaa681be44222968947a48b80d8ad22d39ac3e.tar.gz |
gnu: awscli: Update to 1.18.183.
* gnu/packages/python-web.scm (awscli): Update to 1.18.183.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6f829530a7..51b6ea02f8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2290,14 +2290,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.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. |