python3Packages.manga-ocr: 0.1.14 -> 0.1.15

This commit is contained in:
R. Ryantm
2026-07-16 21:42:22 +00:00
parent ab571fccdd
commit 238fe5c7da

View File

@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "manga-ocr";
version = "0.1.14";
version = "0.1.15";
pyproject = true;
src = fetchFromGitHub {
owner = "kha-white";
repo = "manga-ocr";
tag = "v${version}";
hash = "sha256-fCLgFeo6GYPSpCX229TK2MXTKt3p1tQV06phZYD6UeE=";
hash = "sha256-Inev2iGcDsudUV4zNzssDqglj0t6Uh/CbW3RuIDnbKE=";
};
build-system = [