python312Packages.rapidocr-onnxruntime: 1.3.22 -> 1.3.24

(cherry picked from commit a97767f5a3)
This commit is contained in:
R. Ryantm 2024-07-24 10:15:40 +00:00 committed by shivaraj-bh
parent f3dc686789
commit 48125073f3

View File

@ -20,13 +20,13 @@
onnxruntime, onnxruntime,
}: }:
let let
version = "1.3.22"; version = "1.3.24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RapidAI"; owner = "RapidAI";
repo = "RapidOCR"; repo = "RapidOCR";
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-8h4DFhnI9imr+bYQZdlrl8UKUdpwnGK+SGxLXSMmcag="; hash = "sha256-+iY+/IdOgsn+LPZQ4Kdzxuh31csQ7dyh5Zf552ne3N0=";
}; };
models = fetchzip { models = fetchzip {