python3Packages.tesserocr: 2.7.1 -> 2.8.0

https://github.com/sirfz/tesserocr/releases/tag/v2.8.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:10 +02:00
parent 000ca5b3f0
commit ee805975cf
@@ -21,12 +21,12 @@
buildPythonPackage rec {
pname = "tesserocr";
version = "2.7.1";
version = "2.8.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-N0TFyLur8YFyhJx3Mb4A3C5eRPjFVtN8hQ54h5SuCvQ=";
hash = "sha256-vlGNGxtf9UwRqtoeD9EpQlCepwWB4KizmipHOgstvTY=";
};
# https://github.com/sirfz/tesserocr/issues/314