guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-s3transfer: Update to 0.1.11.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: python-s3transfer: Update to 0.1.11.
Date: Tue, 12 Sep 2017 22:30:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 46841c07ecabdd3168e77f0bf2a53fbd8d3ef98b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 13 03:04:51 2017 +0200

    gnu: python-s3transfer: Update to 0.1.11.
    
    * gnu/packages/python.scm (python-s3transfer): Update to 0.1.11.
---
 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 29ea280..2efde46 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13238,13 +13238,13 @@ Betamax.")
 (define-public python-s3transfer
   (package
     (name "python-s3transfer")
-    (version "0.1.10")
+    (version "0.1.11")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "s3transfer" version))
               (sha256
                (base32
-                "1h8g9bknvxflxkpbnxyfxmk8pvgykbbk9ljdvhqh6z4vjc2926ms"))))
+                "0yfrfnf404cxzn3iswibqjxklsl0b1lwgqiml6pwiqj79a7zbwbn"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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