diff --git a/pkgs/development/python-modules/minify-html/default.nix b/pkgs/development/python-modules/minify-html/default.nix index 4d3c20ef6232..d2e9eba7cf2f 100644 --- a/pkgs/development/python-modules/minify-html/default.nix +++ b/pkgs/development/python-modules/minify-html/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "minify-html"; - version = "0.15.0"; + version = "0.16.4"; pyproject = true; @@ -15,13 +15,13 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "minify_html"; - hash = "sha256-z0w2tvmvOwkBvSoKKds7CcDN8MONPd4o5oNbzg9gXTc="; + hash = "sha256-3UjI/5ZhoQNHYkAqdBGzFohnqXP4/Hiwn2foGCC2TSI="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit src; name = "${pname}-${version}"; - hash = "sha256-f93gKKQRkjxQJ49EK/0UI+BzFEa6iSfDX/0gNysSDmc="; + hash = "sha256-NLPei6ajR55mLyFhsjzUpXB/TsqqeDvP8yKE74t0ufk="; }; nativeBuildInputs = with rustPlatform; [