Merge pull request #262412 from r-ryantm/auto-update/tesseract5

tesseract5: 5.3.2 -> 5.3.3
This commit is contained in:
OTABI Tomoya 2023-10-23 11:02:01 +09:00 committed by GitHub
commit e4df1082a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "tesseract";
version = "5.3.2";
version = "5.3.3";
src = fetchFromGitHub {
owner = "tesseract-ocr";
repo = "tesseract";
rev = version;
sha256 = "sha256-49pTs9r9ebERC0S663+h/f70s693zDseKRziafCIaTo=";
sha256 = "sha256-/aGzwm2+0y8fheOnRi/OJXZy3o0xjY1cCq+B3GTzfos=";
};
enableParallelBuilding = true;