From a4387e8de41ebebe2d99c5c9364eb3b5f2e548bf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:24:16 +0200 Subject: [PATCH] python3Packages.css-parser: 1.0.10 -> 1.1.1 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/css-parser/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/css-parser/default.nix b/pkgs/development/python-modules/css-parser/default.nix index 1b2f933ff2dd..56e54f3ea7f5 100644 --- a/pkgs/development/python-modules/css-parser/default.nix +++ b/pkgs/development/python-modules/css-parser/default.nix @@ -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 ];