Unverified Commit 336e03c1 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

Merge pull request #249575 from chuangzhu/komikku

komikku: 1.22.0 -> 1.23.0
parents dccafef6 9c536a29
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "komikku";
  version = "1.22.0";
  version = "1.23.0";

  format = "other";

@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "valos";
    repo = "Komikku";
    rev = "v${version}";
    hash = "sha256-6Pqa3qNnH8WF/GK4CLyEmLoPm4A6Q3Gri2x0whf6WTY=";
    hash = "sha256-duWAOod2co62NJ5Jk+7eWTf2LcfV5ZbFw0BhrbdGdUY=";
  };

  nativeBuildInputs = [
@@ -87,6 +87,7 @@ python3.pkgs.buildPythonApplication rec {
    description = "Manga reader for GNOME";
    homepage = "https://valos.gitlab.io/Komikku/";
    license = licenses.gpl3Plus;
    changelog = "https://gitlab.com/valos/Komikku/-/releases/v${version}";
    maintainers = with maintainers; [ chuangzhu infinitivewitch ];
  };
}