python3Packages.types-html5lib: 1.1.11.20251117 -> 1.1.11.20260518

This commit is contained in:
R. Ryantm
2026-07-13 21:25:41 +00:00
parent 6207f871f1
commit bc2dd8a42e
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "types-html5lib";
version = "1.1.11.20251117";
version = "1.1.11.20260518";
pyproject = true;
src = fetchPypi {
pname = "types_html5lib";
inherit version;
hash = "sha256-Gmo6xTlKoSv1R/rl1e/5Hc7sRrbQfENn2bOaN/QvIBo=";
hash = "sha256-TzPAh8sRGdZcTIDspDI8K1Afnq+K+WFri3Mu1Njq6Po=";
};
build-system = [ setuptools ];