guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: python-six: Update to 1.12.0.


From: guix-commits
Subject: 08/17: gnu: python-six: Update to 1.12.0.
Date: Mon, 4 Mar 2019 17:03:49 -0500 (EST)

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

commit 6c58a06e796962720c02ba50651d26acfbcbd269
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 4 18:16:51 2019 +0100

    gnu: python-six: Update to 1.12.0.
    
    * gnu/packages/python-xyz.scm (python-six): Update to 1.12.0.
---
 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 0fa5d45..7d4498f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -872,14 +872,14 @@ from the Python interpreter, or as a small part of a 
larger application.")
 (define-public python-six
   (package
     (name "python-six")
-    (version "1.11.0")
+    (version "1.12.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "six" version))
       (sha256
        (base32
-        "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h"))))
+        "0wxs1q74v07ssjywbbm7x6h5v9qx209ld2yfsif4060sxi0h2sni"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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