andreas pushed a commit to branch python-team
in repository guix.
commit 0ba4394718ee22d5b6c41a9036887d5fa580d656
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 a693054c10..23d29625b3 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