Unverified Commit 5c7de05b authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.paddleocr: 3.2.0 -> 3.3.1 (#457395)

parents 7d80ac51 77e154c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "paddleocr";
  version = "3.2.0";
  version = "3.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PaddlePaddle";
    repo = "PaddleOCR";
    tag = "v${version}";
    hash = "sha256-lrFwrbDzOYFzZEz+P0roTtQMxeWBCDZuEVviyUzM3M4=";
    hash = "sha256-cXxt/SxOVDcI+00WLSySSxMDU6qSHik+MWAZ6y4wRJw=";
  };

  patches = [