guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64474] [PATCH 3/3] gnu: awscli: Update to 1.28.0.


From: Roman Scherer
Subject: [bug#64474] [PATCH 3/3] gnu: awscli: Update to 1.28.0.
Date: Wed, 5 Jul 2023 14:17:08 +0200

* gnu/packages/python-web.scm (awscli): Update to 1.28.0.
---
 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 ddce9d504a..761343d2ad 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3490,14 +3490,14 @@ (define-public awscli
   (package
     ;; Note: updating awscli typically requires updating botocore as well.
     (name "awscli")
-    (version "1.22.90")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri name version))
        (sha256
         (base32
-         "0ky4ax4xh7s8w1l0hwc7w9ii8afvh9nib3kz09qhiqdinxzrlv54"))))
+         "0rmvnwlvr12lgin09gbcppsj21nn6ynfypvcxpsvzmr3vxg1j0qg"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: The 'pypi' release does not contain tests.
-- 
2.40.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]