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

python310Packages.pytesseract: 0.3.10 -> 0.3.11
This commit is contained in:
Weijia Wang 2023-09-02 07:04:05 +02:00 committed by GitHub
commit 895dd1bed7
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.10";
version = "0.3.11";
format = "pyproject";
src = fetchFromGitHub {
owner = "madmaze";
repo = pname;
rev = "v${version}";
hash = "sha256-CyKXtaIE/8iPLqi0GHVUgTeJDYZyWBjkRvOKJJKCxZo=";
rev = "refs/tags/v${version}";
hash = "sha256-8obU1QFlboQnFjb3JUkVG+tt0wDlRffVH/PBmN1r3dk=";
};
patches = [