From ad1d90a90cc67774f21a1468cc90fe8aeb518eb4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 14 Jul 2026 16:37:51 +0000 Subject: [PATCH] python3Packages.cssbeautifier: 2.0.1 -> 2.0.3 --- pkgs/development/python-modules/cssbeautifier/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cssbeautifier/default.nix b/pkgs/development/python-modules/cssbeautifier/default.nix index 65533d884fa0..ed9c278d554e 100644 --- a/pkgs/development/python-modules/cssbeautifier/default.nix +++ b/pkgs/development/python-modules/cssbeautifier/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "cssbeautifier"; - version = "2.0.1"; + version = "2.0.3"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-9hAsBYnIW+PBoBbO527jZh7kvV2ojUil+HCL+vZjriY="; + hash = "sha256-LC/RKTQlYQKd6GsXRO+iMcn6/iYCPbyYih3rDKD1yEU="; }; nativeBuildInputs = [ setuptools ];