guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: python-s3transfer: Update to 0.1.10.


From: Tobias Geerinckx-Rice
Subject: 09/09: gnu: python-s3transfer: Update to 0.1.10.
Date: Mon, 2 Jan 2017 08:34:30 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 1b5ea0922f0e779dcd29c6a8fe1f6951ba3b2a43
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 2 08:21:26 2017 +0100

    gnu: python-s3transfer: Update to 0.1.10.
    
    * gnu/packages/python.scm (python-s3transfer): Update to 0.1.10.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1c62e94..fce6217 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11722,13 +11722,13 @@ replay them during future tests.  It is designed to 
work with python-requests.")
 (define-public python-s3transfer
   (package
     (name "python-s3transfer")
-    (version "0.1.8")
+    (version "0.1.10")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "s3transfer" version))
               (sha256
                (base32
-                "1jivjkp3xqif9gzr5fiq28jsskmh50vzzd7ldsb4rbyiw1iyv3hy"))))
+                "1h8g9bknvxflxkpbnxyfxmk8pvgykbbk9ljdvhqh6z4vjc2926ms"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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