easyocr: 1.7.0 -> 1.7.1

This commit is contained in:
Gaetan Lepage 2023-09-18 15:00:12 +02:00
parent 9b331a0ae5
commit bb2bb09564

View file

@ -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 = ''