guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-botocore: Update to 1.15.26.


From: guix-commits
Subject: branch master updated: gnu: python-botocore: Update to 1.15.26.
Date: Fri, 20 Mar 2020 20:15:39 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6b8c390  gnu: python-botocore: Update to 1.15.26.
6b8c390 is described below

commit 6b8c390f282936cad9172100c0d882f7391a6fc4
Author: Christopher Baines <address@hidden>
AuthorDate: Sat Mar 21 00:01:19 2020 +0000

    gnu: python-botocore: Update to 1.15.26.
    
    To keep compatability with awscli.
    
    * gnu/packages/python-xyz.scm (python-botocore): Update to 1.15.26.
---
 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 4905802..bf63933 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9408,14 +9408,14 @@ document.")
 (define-public python-botocore
   (package
     (name "python-botocore")
-    (version "1.12.149")
+    (version "1.15.26")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "botocore" version))
        (sha256
         (base32
-         "12597f74khp3ngwr282cb949w0gcqj20rkfc3x275dijavyy5cmf"))))
+         "1a87pbwkk5vlwz92hy1wizfnpiwn11bhaicr6bmji1i5ybwdhnr8"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: Many tests are failing.



reply via email to

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