guix-commits
[Top][All Lists]
Advanced

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

06/23: gnu: python-s3transfer: Update to 0.3.3.


From: guix-commits
Subject: 06/23: gnu: python-s3transfer: Update to 0.3.3.
Date: Fri, 20 Nov 2020 19:23:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 108fa8266cebc32cc384cacc6f687b8536a62506
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Nov 20 19:50:43 2020 +0100

    gnu: python-s3transfer: Update to 0.3.3.
    
    * gnu/packages/python-web.scm (python-s3transfer): Update to 0.3.3.
---
 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 51b6ea0..5fb4c97 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2795,13 +2795,13 @@ Betamax.")
 (define-public python-s3transfer
   (package
     (name "python-s3transfer")
-    (version "0.2.0")
+    (version "0.3.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "s3transfer" version))
               (sha256
                (base32
-                "08fhj73b1ai52hrs2q3nggshq3pswn1gq8ch3m009cb2v2vmqggj"))))
+                "1nzp5kwmy9669334shcz9ipg89jgpdqhrmbkgdg18r7wmvi3f6lj"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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