From 7d0e9f72db866eadfebfa33d3cfa7fb5072fc7bd Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Sat, 8 May 2021 23:52:47 -0700 Subject: [PATCH 42/55] awscli: upgrade to latest (1.19.69) --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2fd56df6ed..a32c501d0a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2850,14 +2850,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.19.69") (source (origin (method url-fetch) (uri (pypi-uri name version)) (sha256 (base32 - "128zg24961j8nmnq2dxqg6a7zwh3qgv87cmvclsdqwwih9nigxv9")))) + "0n4ly2gkgakywn306wixz2pwnzvnpp0cb5ys8lxwqp6am6dzh0w1")))) (build-system python-build-system) (arguments ;; FIXME: The 'pypi' release does not contain tests. -- 2.31.1