python3Packages.types-html5lib: 1.1.11.20250917 -> 1.1.11.20251014 (#453645)

This commit is contained in:
Fabian Affolter
2025-10-20 11:24:57 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-html5lib";
version = "1.1.11.20250917";
version = "1.1.11.20251014";
pyproject = true;
src = fetchPypi {
pname = "types_html5lib";
inherit version;
hash = "sha256-e1J0M3fzP5tP1zha+9LUV7iGTuUfkP8qeVrZ6MBTNzo=";
hash = "sha256-zGKNYm4BEaJCamT18GHs/RE5WLaf9rPcDqrtI0e6lFU=";
};
nativeBuildInputs = [ setuptools ];