guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Bump python-six to 1.9.0.


From: Cyril Roelandt
Subject: 01/01: gnu: Bump python-six to 1.9.0.
Date: Sun, 09 Aug 2015 15:31:42 +0000

steap pushed a commit to branch master
in repository guix.

commit 98bdee6725a83c7f6d3011cca2e87e31165adb57
Author: Cyril Roelandt <address@hidden>
Date:   Wed Jul 15 00:35:10 2015 +0200

    gnu: Bump python-six to 1.9.0.
    
    * gnu/packages/python.scm (python-six): Bump to 1.9.0.
---
 gnu/packages/python.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 92e2768..940efec 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -783,7 +783,7 @@ password storage.")
 (define-public python-six
   (package
     (name "python-six")
-    (version "1.7.2")
+    (version "1.9.0")
     (source
      (origin
       (method url-fetch)
@@ -791,7 +791,7 @@ password storage.")
                           "six/six-" version ".tar.gz"))
       (sha256
        (base32
-        "164rns26aqfqx2hwi0qq3scl50s69japn0fvgvrjsbyg7r1mxf67"))))
+        "1mci5i8mjqmljmv33h0q3d4djc13zk1kfmb3fbvd3yy43x0m4h72"))))
     (build-system python-build-system)
     (inputs
      `(("python-setuptools" ,python-setuptools)))



reply via email to

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