Unverified Commit 13feb266 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.paddleocr: 3.0.1 -> 3.0.2 (#418068)

parents 076e8c66 3bb86e66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "paddleocr";
  version = "3.0.1";
  version = "3.0.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PaddlePaddle";
    repo = "PaddleOCR";
    tag = "v${version}";
    hash = "sha256-B8zIiRpvT0oa/Gg2dLXTqBZmM+XDH3sOzODvleN638E=";
    hash = "sha256-PatqxQQR0uwZwNFYBAeAF5JfsRNhA6fzcy7lufWZARg=";
  };

  patches = [