Skip to content

Commit

Permalink
manga-ocr: 0.1.12 -> 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent2916 committed Oct 20, 2024
1 parent 249db36 commit 7bcea4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ma/manga-ocr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ with python3Packages;

buildPythonPackage rec {
pname = "manga-ocr";
version = "0.1.12";
version = "0.1.13";
disabled = pythonOlder "3.7";
format = "pyproject";

src = fetchFromGitHub {
owner = "kha-white";
repo = "manga-ocr";
rev = "refs/tags/v${version}";
hash = "sha256-uSWnrHS59fNcF7ve3imMwwNJ+/dmplBAavbDoBkEgGc=";
hash = "sha256-0EwXDMnA9SCmSsMVXnMenSFSzs74lorFNNym9y/NNsI=";
};

build-system = [
Expand Down

0 comments on commit 7bcea4e

Please sign in to comment.