python3Packages.html-text: 0.6.2 -> 0.7.1
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user