Unverified Commit 2182846f authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.rapidocr: 3.5.0 -> 3.7.0 (#451726)

parents 4a29a2b8 40732f4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@
  requests,
}:
let
  version = "3.5.0";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = "RapidAI";
    repo = "RapidOCR";
    tag = "v${version}";
    hash = "sha256-GX3dZSuK6YjARZXX4LPbCJW37ZItZvw/Ow6G4CoKoP4=";
    hash = "sha256-wFAW0KRNC31cqJ8f1/dBZDLSkOBdB5AFpPzO85g3rHA=";
  };

  models =