Merge pull request #261244 from r-ryantm/auto-update/python310Packages.pytesseract

python310Packages.pytesseract: 0.3.12 -> 0.3.13
This commit is contained in:
Weijia Wang 2023-10-28 03:24:11 +02:00 committed by GitHub
commit e52f2db727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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