python3Packages.types-html5lib: 1.1.11.20250809 -> 1.1.11.20250917

This commit is contained in:
R. Ryantm
2025-09-27 22:06:04 +00:00
parent 518168cb92
commit a1e58efe76
@@ -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 ];