python3Packages.pytesseract: update attr ordering

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Maximilian Bosch 2022-05-21 13:25:01 +02:00 committed by GitHub
parent c84e7dc368
commit 3b9965c34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ buildPythonPackage rec {
format = "pyproject";
src = fetchFromGitHub {
repo = pname;
owner = "madmaze";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CyKXtaIE/8iPLqi0GHVUgTeJDYZyWBjkRvOKJJKCxZo=";
};