python310Packages.paddleocr: 2.7.0 -> 2.7.1

This commit is contained in:
happysalada 2023-10-18 15:48:56 +01:00 committed by Yt
parent 7f6e52f7fc
commit 0aa2e8f960

View File

@ -28,7 +28,7 @@
}:
let
version = "2.7.0";
version = "2.7.1";
in
buildPythonPackage {
pname = "paddleocr";
@ -39,7 +39,7 @@ buildPythonPackage {
owner = "PaddlePaddle";
repo = "PaddleOCR";
rev = "v${version}";
hash = "sha256-r7Y666KpY855NCSinCBBUz9PXHfZ56+oZW1/0ISpWe4=";
hash = "sha256-5Dt4UL+7dwJNjcNnCVi3o8bLCt7/m/M6oh1vPu9rza8=";
};
patches = [