all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45406] [PATCH] gnu: awscli: updating to version 1.18.203.
@ 2020-12-24 15:22 Vincent Legoll
  2020-12-24 21:43 ` bug#45406: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-24 15:22 UTC (permalink / raw)
  To: 45406; +Cc: Vincent Legoll

* gnu/packages/python-web.scm (awscli): updating to version 1.18.203.
---
 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 4ec5a3e882..bdde4d90f4 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.
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45406: [PATCH] gnu: awscli: updating to version 1.18.203.
  2020-12-24 15:22 [bug#45406] [PATCH] gnu: awscli: updating to version 1.18.203 Vincent Legoll
@ 2020-12-24 21:43 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-24 21:43 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45406-done

On Thu, Dec 24, 2020 at 04:22:32PM +0100, Vincent Legoll wrote:
> * gnu/packages/python-web.scm (awscli): updating to version 1.18.203.

Thanks! Pushed as df7ef1b8ca5d4809deac0b7713bdcf1bd3b3cae0




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-24 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24 15:22 [bug#45406] [PATCH] gnu: awscli: updating to version 1.18.203 Vincent Legoll
2020-12-24 21:43 ` bug#45406: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.