summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 15:18:33 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 20:47:45 +0100
commit3e16b3c42f503748875d0400787d5e683c8b3375 (patch)
tree0e144bdceccc27256315d63c6638a18c7b007c48
parent8c39cfd0e65e6104dca7bdeeb3052cad62bd247b (diff)
downloadguix-patches-3e16b3c42f503748875d0400787d5e683c8b3375.tar
guix-patches-3e16b3c42f503748875d0400787d5e683c8b3375.tar.gz
gnu: python-css-parser: Update to 1.0.6.
* gnu/packages/python-web.scm (python-css-parser): Update to 1.0.6.
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3daa0c57d5..6e1720376f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -958,14 +958,13 @@ options.")
(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