GNU bug report logs - #54798
[PATCH 0/5] Update python-jmespath to 1.0.0.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Fri, 8 Apr 2022 18:34:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 54798 <at> debbugs.gnu.org (full text, mbox):

From: Felix Gruber <felgru <at> posteo.net>
To: 54798 <at> debbugs.gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH 3/5] gnu: python-boto3: Update to 1.21.34.
Date: Fri,  8 Apr 2022 18:37:19 +0000
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.21.34.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3e6c65868a..2ebb6a16de 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14574,7 +14574,7 @@ interface to the Amazon Web Services (AWS) API.")
 (define-public python-boto3
   (package
     (name "python-boto3")
-    (version "1.19.11")
+    (version "1.21.34")
     (home-page "https://github.com/boto/boto3")
     (source (origin
               (method git-fetch)
@@ -14582,7 +14582,7 @@ interface to the Amazon Web Services (AWS) API.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wv0ci2z5ywvm63dh4mp64vqyyvkm4qxc8dxv8ncrqiiphpgr9aq"))))
+                "17gpyfifzwydz9h8gw7knhwdps3bcyvn8j7vsijms4qh8n77v383"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-- 
2.30.2





This bug report was last modified 3 years and 33 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.