From bfdc9aedd598c85ab25b5529968cc2faca167b0f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 30 Nov 2023 12:46:59 +0000 Subject: [PATCH] python310Packages.cssbeautifier: 1.14.9 -> 1.14.11 --- 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 390c459242ae..3144c5114fc2 100644 --- a/pkgs/development/python-modules/cssbeautifier/default.nix +++ b/pkgs/development/python-modules/cssbeautifier/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "cssbeautifier"; - version = "1.14.9"; + version = "1.14.11"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-LaQyRy9oFw64VK/5exaiRyH1CQ7javLjEZlZConn9x8="; + hash = "sha256-QFRMK2K7y2TKpefzegLflWVOXOG8rK2sTKHz3InDFRM="; }; nativeBuildInputs = [