From 9d31862825b732352830289b467f59a22ce8df4c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 4 Nov 2025 20:16:30 +0000 Subject: [PATCH] python3Packages.minify-html: 0.16.4 -> 0.18.1 --- pkgs/development/python-modules/minify-html/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/minify-html/default.nix b/pkgs/development/python-modules/minify-html/default.nix index e5c1073ebc82..61f81813dc83 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.16.4"; + version = "0.18.1"; pyproject = true; @@ -15,12 +15,12 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "minify_html"; - hash = "sha256-3UjI/5ZhoQNHYkAqdBGzFohnqXP4/Hiwn2foGCC2TSI="; + hash = "sha256-Q5mFMO9TdwHwA6jpCLdW147/MDyGsEGpWFXikFGLp5w="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-NLPei6ajR55mLyFhsjzUpXB/TsqqeDvP8yKE74t0ufk="; + hash = "sha256-K0m+rM0dcosAOl5jYdh9CSRrL/Vuk1ATWHPQJbLxvRw="; }; nativeBuildInputs = with rustPlatform; [