1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2025-03-27 19:11:15 +00:00
committed by Andreas Enge
parent cb42767a79
commit 0ba4394718

View File

@@ -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