[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: awscli: updating to version 1.18.203.
From: |
guix-commits |
Subject: |
branch master updated: gnu: awscli: updating to version 1.18.203. |
Date: |
Thu, 24 Dec 2020 16:43:24 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new df7ef1b gnu: awscli: updating to version 1.18.203.
df7ef1b is described below
commit df7ef1b8ca5d4809deac0b7713bdcf1bd3b3cae0
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Thu Dec 24 16:22:32 2020 +0100
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>
---
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 4ec5a3e..bdde4d9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2717,14 +2717,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.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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: awscli: updating to version 1.18.203.,
guix-commits <=