python3Packages.types-html5lib: 1.1.11.20251115 -> 1.1.11.20251117 (#462905)

This commit is contained in:
Fabian Affolter
2025-11-18 17:03:59 +00:00
committed by GitHub
@@ -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 ];