owocr: 1.7.5-unstable-2024-06-26 -> 1.22.8
This commit is contained in:
@@ -3,17 +3,16 @@
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication {
|
||||
pname = "owocr";
|
||||
version = "1.7.5-unstable-2024-06-26";
|
||||
version = "1.22.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AuroraWright";
|
||||
repo = "owocr";
|
||||
rev = "743c64aa16a760f87bf5ea1f54364d828eb3eddb"; # no tags
|
||||
hash = "sha256-TXQwJRgRp7fZBN0r4XGVtlb+iOMRqEUf+LbfBG/vsr8=";
|
||||
rev = "9b9c8b1b4f12a592877a66d727eb25a30462c177"; # no tags
|
||||
hash = "sha256-N9XbuoUbb1qxp/dFacpuDErh01oWmKRdTon3OvLaMfc=";
|
||||
};
|
||||
|
||||
build-system = [ python3Packages.setuptools ];
|
||||
@@ -41,6 +40,11 @@ python3Packages.buildPythonApplication {
|
||||
manga-ocr
|
||||
rapidocr
|
||||
requests # winRT OCR
|
||||
python3Packages.pynputfix
|
||||
curl-cffi
|
||||
pygobject3
|
||||
dbus-python
|
||||
pywayland
|
||||
];
|
||||
|
||||
doCheck = false; # no tests
|
||||
|
||||
Reference in New Issue
Block a user