From 74c453cbd5cebfae0249c6c1c5ba288a2d3a06db Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Jul 2025 20:47:48 +0200 Subject: [PATCH] python313Packages.types-html5lib: 1.1.11.20250516 -> 1.1.11.20250708 --- pkgs/development/python-modules/types-html5lib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-html5lib/default.nix b/pkgs/development/python-modules/types-html5lib/default.nix index 869dd0f9ff63..992b8e7496ac 100644 --- a/pkgs/development/python-modules/types-html5lib/default.nix +++ b/pkgs/development/python-modules/types-html5lib/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "types-html5lib"; - version = "1.1.11.20250516"; + version = "1.1.11.20250708"; pyproject = true; src = fetchPypi { pname = "types_html5lib"; inherit version; - hash = "sha256-ZQQ6ZxjJf31SVnzAzfQe+/wzsfksbAxeGfYKfsaa5yA="; + hash = "sha256-JDIXIP26xxzuUNWkvsm3RISVtyF5dM/+P88e3k7vev4="; }; nativeBuildInputs = [ setuptools ];