guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python2-cssutils: Update to 1.0.1.


From: Efraim Flashner
Subject: 03/05: gnu: python2-cssutils: Update to 1.0.1.
Date: Tue, 19 Jul 2016 20:51:47 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 58d1d816ba28deeab58d943d3967b0433e06b5b4
Author: Efraim Flashner <address@hidden>
Date:   Tue Jul 19 21:00:52 2016 +0300

    gnu: python2-cssutils: Update to 1.0.1.
    
    * gnu/packages/python.scm (python2-cssutils): Update to 1.0.1.
    [source]: Use 'pypi-uri' format.
---
 gnu/packages/python.scm |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 913f14c..5509667 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4655,17 +4655,14 @@ converts incoming documents to Unicode and outgoing 
documents to UTF-8.")
 (define-public python2-cssutils
   (package
     (name "python2-cssutils")
-    (version "1.0")
+    (version "1.0.1")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append
-              "https://pypi.python.org/packages/source/c/cssutils/cssutils-";
-              version
-              ".zip"))
+        (uri (pypi-uri "cssutils" version))
         (sha256
-          (base32
-            "1bwim1353r4hqiir73sn4sc43y7ymh09qx0kly7vj048blppc125"))))
+         (base32
+          "0qwha9x1wml2qmipbcz03gndnlwhzrjdvw9i09si247a90l8p8fq"))))
     (build-system python-build-system)
     (native-inputs
       `(("python2-mock" ,python2-mock) ; for the tests



reply via email to

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