python3Packages.textstat: 0.7.4 -> 0.7.8

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:27 +02:00
parent 0c6d937f59
commit 5d37dab10b
@@ -8,15 +8,15 @@
pytest,
}:
buildPythonPackage rec {
version = "0.7.4";
version = "0.7.8";
pname = "textstat";
pyproject = true;
src = fetchFromGitHub {
owner = "textstat";
repo = "textstat";
rev = version;
hash = "sha256-UOCWsIdoVGxmkro4kNBYNMYhA3kktngRDxKjo6o+GXY=";
tag = version;
hash = "sha256-EEGTmZXTAZ4fsfZk/ictvjQ6lCAi5Ma/Ae83ziGDQXQ=";
};
build-system = [