python310Packages.pytesseract: 0.3.11 -> 0.3.12

This commit is contained in:
R. Ryantm 2023-09-13 02:44:19 +00:00
parent 79812f80f3
commit ca48abbeab

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytesseract";
version = "0.3.11";
version = "0.3.12";
format = "pyproject";
src = fetchFromGitHub {
owner = "madmaze";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8obU1QFlboQnFjb3JUkVG+tt0wDlRffVH/PBmN1r3dk=";
hash = "sha256-19eLgcvmEFGiyu6v/EzLG8w+jFQL/5rbfDaiQqAGq5g=";
};
patches = [