gnu: python-css-parser: Update to 1.0.6.

* gnu/packages/python-web.scm (python-css-parser): Update to 1.0.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-15 15:18:33 +01:00
parent 8c39cfd0e6
commit 3e16b3c42f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -958,14 +958,13 @@ (define-public python-css-parser
(package
(inherit python-cssutils)
(name "python-css-parser")
(version "1.0.4")
(version "1.0.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "css-parser" version ".tar.gz"))
(sha256
(base32
"0i4xfykiffxzr4f6y0m2ggqvx1rzam6pw6krlr5k6ldf29akbay7"))))
(base32 "0bmg4kiiir6pj9x3sd12x4dz2c1xpp2bn5nn60fxnbk2lnl4im2f"))))
(home-page "https://github.com/ebook-utils/css-parser")
(synopsis "Fork of cssutils modified for parsing ebooks")
(description