diff --git a/pkgs/development/python-modules/types-html5lib/default.nix b/pkgs/development/python-modules/types-html5lib/default.nix index e7916e63218c..869dd0f9ff63 100644 --- a/pkgs/development/python-modules/types-html5lib/default.nix +++ b/pkgs/development/python-modules/types-html5lib/default.nix @@ -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 ]; }; }