gnu: python2-cssutils: Update to 1.0.1.
* gnu/packages/python.scm (python2-cssutils): Update to 1.0.1. [source]: Use 'pypi-uri' format.
This commit is contained in:
parent
31e8a074c7
commit
58d1d816ba
|
@ -4655,17 +4655,14 @@ converts incoming documents to Unicode and outgoing documents to UTF-8.")
|
||||||
(define-public python2-cssutils
|
(define-public python2-cssutils
|
||||||
(package
|
(package
|
||||||
(name "python2-cssutils")
|
(name "python2-cssutils")
|
||||||
(version "1.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "cssutils" version))
|
||||||
"https://pypi.python.org/packages/source/c/cssutils/cssutils-"
|
|
||||||
version
|
|
||||||
".zip"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bwim1353r4hqiir73sn4sc43y7ymh09qx0kly7vj048blppc125"))))
|
"0qwha9x1wml2qmipbcz03gndnlwhzrjdvw9i09si247a90l8p8fq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-mock" ,python2-mock) ; for the tests
|
`(("python2-mock" ,python2-mock) ; for the tests
|
||||||
|
|
Loading…
Reference in New Issue