Merge pull request #334593 from fabaff/types-html5lib-bump

python312Packages.types-html5lib: 1.1.11.20240228 -> 1.1.11.20240806
This commit is contained in:
Fabian Affolter 2024-08-14 15:13:23 +02:00 committed by GitHub
commit fa696363ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "types-html5lib";
version = "1.1.11.20240228";
version = "1.1.11.20240806";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-InNrcpnmBexLpTnUhpHpBf0MYcPqYQrMWZIiMtyEzt4=";
hash = "sha256-gGDcmLr2PWeWp2W7vICf/596OD9uOprdUm+BTAhlRe8=";
};
nativeBuildInputs = [ setuptools ];