python3Packages.rapidocr: 3.3.1 -> 3.4.0

This commit is contained in:
R. Ryantm
2025-09-16 14:22:41 +00:00
parent b780ce5f51
commit 5aa321f093
@@ -23,13 +23,13 @@
requests,
}:
let
version = "3.3.1";
version = "3.4.0";
src = fetchFromGitHub {
owner = "RapidAI";
repo = "RapidOCR";
tag = "v${version}";
hash = "sha256-EgVBMQX+E8ejUd/6FUQ+uJoWjrQSVznpPcc2gA2wAOE=";
hash = "sha256-yeDWs9axfVl1SlsVwqztlP7BXV+6w6dMpLmlpWaqVko=";
};
models =