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

python312Packages.types-html5lib: 1.1.11.20240217 -> 1.1.11.20240221
This commit is contained in:
Fabian Affolter 2024-02-21 11:03:20 +01:00 committed by GitHub
commit 37377f6e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-html5lib";
version = "1.1.11.20240217";
version = "1.1.11.20240221";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-58YJ/Bz9M7ZmxRXRXKKJNjWcWlbQs41aYma/L1HK9Ow=";
hash = "sha256-mkKut60hArzno+NNCt/KSyXT2qLVTX4JUqiEXzrZCaI=";
};
nativeBuildInputs = [