summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-19 08:30:32 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-19 08:30:35 +0100
commit259643c993c6bba89a66da3b84329dd2e1dc439d (patch)
tree647c8c5a110321586e6d460331ee71fbde890d6a /gnu
parent2d8d6ce330347bb51871a7dbf0d335000c4d1d3c (diff)
gnu: python-tinycss2: Update to 1.5.1.
* gnu/packages/python-web.scm (python-tinycss2): Update to 1.5.1. [native-inputs]: Remove python-pytest-cov. [home-page]: Update. Change-Id: I9c9ae774d5b07285c2752d7d46615de6321602ba
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7e914866df3..80b71286781 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9387,7 +9387,7 @@ the non-map-specific features. It can be used to generate HTML + JS.")
9387(define-public python-tinycss2 9387(define-public python-tinycss2
9388 (package 9388 (package
9389 (name "python-tinycss2") 9389 (name "python-tinycss2")
9390 (version "1.4.0") 9390 (version "1.5.1")
9391 (source 9391 (source
9392 (origin 9392 (origin
9393 (method git-fetch) 9393 (method git-fetch)
@@ -9397,15 +9397,14 @@ the non-map-specific features. It can be used to generate HTML + JS.")
9397 (recursive? #true))) 9397 (recursive? #true)))
9398 (file-name (git-file-name name version)) 9398 (file-name (git-file-name name version))
9399 (sha256 9399 (sha256
9400 (base32 "11m5vhpdz6zlzq2lqqklkhd0h4jxblpvcrdf9cc4s06nhr9acp0r")))) 9400 (base32 "1ww5m8rmpva9mq04cz1h9rx76vg2h5nnijzi0vprf5wzp8g9snb5"))))
9401 (build-system pyproject-build-system) 9401 (build-system pyproject-build-system)
9402 (native-inputs 9402 (native-inputs
9403 (list python-flit 9403 (list python-flit
9404 python-pytest 9404 python-pytest))
9405 python-pytest-cov))
9406 (propagated-inputs 9405 (propagated-inputs
9407 (list python-webencodings)) 9406 (list python-webencodings))
9408 (home-page "https://tinycss2.readthedocs.io/") 9407 (home-page "https://doc.courtbouillon.org/tinycss2/stable/")
9409 (synopsis "Low-level CSS parser for Python") 9408 (synopsis "Low-level CSS parser for Python")
9410 (description "@code{tinycss2} can parse strings, return Python objects 9409 (description "@code{tinycss2} can parse strings, return Python objects
9411representing tokens and blocks, and generate CSS strings corresponding to 9410representing tokens and blocks, and generate CSS strings corresponding to