python313Packages.types-html5lib: 1.1.11.20250809 -> 1.1.11.20250917

This commit is contained in:
Fabian Affolter
2025-09-27 18:14:47 +02:00
parent 50893873b1
commit 5f4efa4288
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-html5lib";
version = "1.1.11.20250809";
version = "1.1.11.20250917";
pyproject = true;
src = fetchPypi {
pname = "types_html5lib";
inherit version;
hash = "sha256-eXbsdCa7AJmX3F4HK8o+2YjddH0Mv+CTx9+9PV7Iv1c=";
hash = "sha256-e1J0M3fzP5tP1zha+9LUV7iGTuUfkP8qeVrZ6MBTNzo=";
};
nativeBuildInputs = [ setuptools ];