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

tesseract5: 5.3.1 -> 5.3.2

authored by Mario Rodas and committed by GitHub ce0e1c98 810dee7c

+2 -2
+2 -2
pkgs/applications/graphics/tesseract/tesseract5.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "tesseract"; 8 - version = "5.3.1"; 8 + version = "5.3.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "tesseract-ocr"; 12 12 repo = "tesseract"; 13 13 rev = version; 14 - sha256 = "sha256-Glpu6CURCL3kI8MAeXbF9OWCRjonQZvofWsv1wVWz08="; 14 + sha256 = "sha256-49pTs9r9ebERC0S663+h/f70s693zDseKRziafCIaTo="; 15 15 }; 16 16 17 17 enableParallelBuilding = true;