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

tesseract5: 5.3.1 -> 5.3.2
This commit is contained in:
Mario Rodas 2023-07-15 17:43:09 -05:00 committed by GitHub
commit ce0e1c986f
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.1";
version = "5.3.2";
src = fetchFromGitHub {
owner = "tesseract-ocr";
repo = "tesseract";
rev = version;
sha256 = "sha256-Glpu6CURCL3kI8MAeXbF9OWCRjonQZvofWsv1wVWz08=";
sha256 = "sha256-49pTs9r9ebERC0S663+h/f70s693zDseKRziafCIaTo=";
};
enableParallelBuilding = true;