sharlatan pushed a commit to branch python-team
in repository guix.
commit 9543213df1aed0e04d9c4358e142d10edd4f9ffe
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Mar 27 19:11:15 2025 +0000
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
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3c931b05ac..95dd7a126c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3282,13 +3282,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