guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: python-six: Update to 1.10.0.


From: Efraim Flashner
Subject: 12/12: gnu: python-six: Update to 1.10.0.
Date: Tue, 01 Dec 2015 20:57:29 +0000

efraim pushed a commit to branch master
in repository guix.

commit b6ab89efb2442f1537bf931541310e0da768916f
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 1 21:10:55 2015 +0200

    gnu: python-six: Update to 1.10.0.
    
    * gnu/packages/python.scm (python-six): Update to 1.10.0.
    [source]: Change uri to pypi format.
---
 gnu/packages/python.scm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2901951..d8d7d0c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -882,15 +882,14 @@ password storage.")
 (define-public python-six
   (package
     (name "python-six")
-    (version "1.9.0")
+    (version "1.10.0")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "https://pypi.python.org/packages/source/s/";
-                          "six/six-" version ".tar.gz"))
+      (uri (pypi-uri "six" version))
       (sha256
        (base32
-        "1mci5i8mjqmljmv33h0q3d4djc13zk1kfmb3fbvd3yy43x0m4h72"))))
+        "0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh"))))
     (build-system python-build-system)
     (inputs
      `(("python-setuptools" ,python-setuptools)))



reply via email to

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