gnu: python-cssutils: Update to 1.0.2.

* gnu/packages/python-web.scm (python-cssutils): Update to 1.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-02 00:55:45 +01:00
parent 1a6fb8dac1
commit 3c5658c596
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -332,19 +332,19 @@ (define-public python2-openid
(define-public python-cssutils (define-public python-cssutils
(package (package
(name "python-cssutils") (name "python-cssutils")
(version "1.0.1") (version "1.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "cssutils" version)) (uri (pypi-uri "cssutils" version))
(sha256 (sha256
(base32 (base32
"0qwha9x1wml2qmipbcz03gndnlwhzrjdvw9i09si247a90l8p8fq")))) "1bxchrbqzapwijap0yhlxdil1w9bmwvgx77aizlkhc2mcxjg1z52"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("unzip" ,unzip))) ; for unpacking the source `(("unzip" ,unzip))) ; for unpacking the source
(arguments (arguments
`(#:tests? #f)) ;tests require python-pbr < 1.7.0 `(#:tests? #f)) ; tests require python-pbr < 1.7.0
(home-page "http://cthedot.de/cssutils/") (home-page "http://cthedot.de/cssutils/")
(synopsis (synopsis
"CSS Cascading Style Sheets library for Python") "CSS Cascading Style Sheets library for Python")