diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 15:18:33 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 20:47:45 +0100 |
| commit | 3e16b3c42f503748875d0400787d5e683c8b3375 (patch) | |
| tree | 0e144bdceccc27256315d63c6638a18c7b007c48 /gnu | |
| parent | 8c39cfd0e65e6104dca7bdeeb3052cad62bd247b (diff) | |
gnu: python-css-parser: Update to 1.0.6.
* gnu/packages/python-web.scm (python-css-parser): Update to 1.0.6.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3daa0c57d5d..6e1720376fe 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -958,14 +958,13 @@ options.") | |||
| 958 | (package | 958 | (package |
| 959 | (inherit python-cssutils) | 959 | (inherit python-cssutils) |
| 960 | (name "python-css-parser") | 960 | (name "python-css-parser") |
| 961 | (version "1.0.4") | 961 | (version "1.0.6") |
| 962 | (source | 962 | (source |
| 963 | (origin | 963 | (origin |
| 964 | (method url-fetch) | 964 | (method url-fetch) |
| 965 | (uri (pypi-uri "css-parser" version ".tar.gz")) | 965 | (uri (pypi-uri "css-parser" version ".tar.gz")) |
| 966 | (sha256 | 966 | (sha256 |
| 967 | (base32 | 967 | (base32 "0bmg4kiiir6pj9x3sd12x4dz2c1xpp2bn5nn60fxnbk2lnl4im2f")))) |
| 968 | "0i4xfykiffxzr4f6y0m2ggqvx1rzam6pw6krlr5k6ldf29akbay7")))) | ||
| 969 | (home-page "https://github.com/ebook-utils/css-parser") | 968 | (home-page "https://github.com/ebook-utils/css-parser") |
| 970 | (synopsis "Fork of cssutils modified for parsing ebooks") | 969 | (synopsis "Fork of cssutils modified for parsing ebooks") |
| 971 | (description | 970 | (description |
