python3Packages.html-text: 0.6.2 -> 0.7.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:17 +01:00
parent e9a01309ff
commit a2ad41fee6
@@ -5,22 +5,22 @@
lxml,
lxml-html-clean,
pytestCheckHook,
setuptools,
hatchling,
}:
buildPythonPackage (finalAttrs: {
pname = "html-text";
version = "0.6.2";
version = "0.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zytedata";
repo = "html-text";
tag = finalAttrs.version;
hash = "sha256-e9gkibQv8mn1Jbt77UmpauOeTqhJQhY9R5Sge/iYi+U=";
hash = "sha256-KLWgdVHGYRiQ61hMNx+Kcx9mE7d/TsBe110TfCe+ejU=";
};
build-system = [ setuptools ];
build-system = [ hatchling ];
dependencies = [
lxml