Revert "python3Packages.tesserocr: 2.6.3 -> 2.7.0"

This reverts commit 87861fd718.

This never built, as the the postPatch already fails due to
wrong file path.
This commit is contained in:
Kerstin Humm
2024-07-08 20:13:22 +02:00
parent bb0c931130
commit dcdabe44b9
@@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "tesserocr";
version = "2.7.0";
version = "2.6.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-RcCTYwM30Bpqj5d6JGrW1zLrEfLgcrsibVmtPSR4HJk=";
sha256 = "sha256-RMHE73vcKGz6FEzhoJfoHDMp9KQ1CbyElKGrhSM4xuE=";
};
# https://github.com/sirfz/tesserocr/issues/314