mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
8c39cfd0e6
commit
3e16b3c42f
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue