Unverified Commit 0e69d3ec authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #255883 from GaetanLepage/easy-ocr

easyocr: 1.7.0 -> 1.7.1
parents a9f4bee1 bb2bb095
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "easyocr";
  version = "1.7.0";
  version = "1.7.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "JaidedAI";
    repo = "EasyOCR";
    rev = "refs/tags/v${version}";
    hash = "sha256-01Exz55eTIO/xzdq/dzV+ELkU75hpxe/EbjIqLBA8h0=";
    hash = "sha256-EiiJ2LJ3uYIvgPd2y25MraV5kTa47JalDR7SLbkM9UI=";
  };

  postPatch = ''