Merge pull request #249575 from chuangzhu/komikku
komikku: 1.22.0 -> 1.23.0
This commit is contained in:
commit
336e03c10b
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user