guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-six: Update to 1.15.0.


From: guix-commits
Subject: branch core-updates updated: gnu: python-six: Update to 1.15.0.
Date: Fri, 23 Oct 2020 17:33:29 -0400

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

cbaines pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 6f95911  gnu: python-six: Update to 1.15.0.
6f95911 is described below

commit 6f95911ad175a836fbd5aaa42a8aecb0fc335a1e
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sat Oct 10 18:24:20 2020 -0400

    gnu: python-six: Update to 1.15.0.
    
    * gnu/packages/python-xyz.scm (python-six): Update to 1.15.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 e829018..f8f0a65 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1716,14 +1716,14 @@ from the Python interpreter, or as a small part of a 
larger application.")
 (define-public python-six
   (package
     (name "python-six")
-    (version "1.14.0")
+    (version "1.15.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "six" version))
       (sha256
        (base32
-        "02lw67hprv57hyg3cfy02y3ixjk3nzwc0dx3c4ynlvkfwkfdnsr3"))))
+        "0n82108wxn5giff50hd9ykjhd3zl7cndabdasi6568yvbh1rqqrh"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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