python3Packages.css-parser: 1.0.10 -> 1.1.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:16 +02:00
parent 186e316b6e
commit a4387e8de4

View File

@@ -8,13 +8,13 @@
buildPythonPackage (finalAttrs: {
pname = "css-parser";
version = "1.0.10";
version = "1.1.1";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-vx6XKtMzROkyBpZPtM2QjZ3e+fzQwB+pPg1zRnU5Q2M=";
hash = "sha256-k8f7CM8W1Fu7i5ZLT0iZpOs22b5v/vF/ma0oD0A0s2w=";
};
build-system = [ setuptools ];