komikku: 1.22.0 -> 1.23.0

This commit is contained in:
Chuang Zhu 2023-08-17 01:07:04 +08:00
parent caac0eb6bd
commit 9c536a2911

View File

@ -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 ];
};
}