From dcdabe44b912c988488ecb2b924eb9685cb8337d Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Mon, 8 Jul 2024 14:40:23 +0200 Subject: [PATCH] Revert "python3Packages.tesserocr: 2.6.3 -> 2.7.0" This reverts commit 87861fd71812e4485efdc9707964071e98877a83. This never built, as the the postPatch already fails due to wrong file path. --- pkgs/development/python-modules/tesserocr/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tesserocr/default.nix b/pkgs/development/python-modules/tesserocr/default.nix index 2561a15c763ef..f1b795fb641ce 100644 --- a/pkgs/development/python-modules/tesserocr/default.nix +++ b/pkgs/development/python-modules/tesserocr/default.nix @@ -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