From 7686bb425a6f5bf45511e3603b39a7e590dc4ff3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 18 Nov 2025 14:25:50 +0000 Subject: [PATCH] python3Packages.types-html5lib: 1.1.11.20251115 -> 1.1.11.20251117 --- 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 d8fae7e6ae16..a98c7f608aac 100644 --- a/pkgs/development/python-modules/types-html5lib/default.nix +++ b/pkgs/development/python-modules/types-html5lib/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "types-html5lib"; - version = "1.1.11.20251115"; + version = "1.1.11.20251117"; pyproject = true; src = fetchPypi { pname = "types_html5lib"; inherit version; - hash = "sha256-pLZmoG5JbXsqlInckgbwmiSfq3xihlrGAkzsJGKLFdM="; + hash = "sha256-Gmo6xTlKoSv1R/rl1e/5Hc7sRrbQfENn2bOaN/QvIBo="; }; build-system = [ setuptools ];