summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-03-27 19:11:15 +0000
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:23 +0200
commit0ba4394718ee22d5b6c41a9036887d5fa580d656 (patch)
treee1015aa735776c8dceeaf6e64dbb6afd7bc881dd /gnu/packages/python-web.scm
parentcb42767a79588632d686391fc6482117cc3eff01 (diff)
gnu: python-css-parser: Update to 1.0.10.
* gnu/packages/python-web.scm (python-css-parser): Update to 1.0.10. Change-Id: I2775f4f7871582d066ed5d4bb1831bb666f730aa
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a693054c105..23d29625b37 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3317,13 +3317,13 @@ options.")
(package
(inherit python-cssutils)
(name "python-css-parser")
- (version "1.0.7")
+ (version "1.0.10")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "css-parser" version ".tar.gz"))
+ (uri (pypi-uri "css-parser" version))
(sha256
- (base32 "1ldv9s3an4pgk7b5x6z07rw9b5fdrasdldnf22829pb26b39dq15"))))
+ (base32 "0qs375slcwqd7slizh6hzkwxx7cdj36v8kwn0qrfji1kscm9f7mz"))))
(home-page "https://github.com/ebook-utils/css-parser")
(synopsis "Fork of cssutils modified for parsing ebooks")
(description