python313Packages.types-html5lib: 1.1.11.20241018 -> 1.1.11.20250516 (#410106)

This commit is contained in:
Nick Cao
2025-05-23 17:28:54 -04:00
committed by GitHub
@@ -7,12 +7,13 @@
buildPythonPackage rec {
pname = "types-html5lib";
version = "1.1.11.20241018";
version = "1.1.11.20250516";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-mAQlVf942eOlHHfJGLEEGsu362xAVAjYqeFQ/1vsyvo=";
pname = "types_html5lib";
inherit version;
hash = "sha256-ZQQ6ZxjJf31SVnzAzfQe+/wzsfksbAxeGfYKfsaa5yA=";
};
nativeBuildInputs = [ setuptools ];
@@ -25,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Typing stubs for html5lib";
homepage = "https://pypi.org/project/types-html5lib/";
license = with licenses; [ asl20 ];
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};
}