komikku: 1.83.0 -> 1.84.0 (#430573)

This commit is contained in:
Seth Flynn 2025-08-06 07:45:26 -04:00 committed by GitHub
commit c078f3652c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "komikku";
version = "1.83.0";
version = "1.84.0";
pyproject = false;
src = fetchFromGitea {
@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "valos";
repo = "Komikku";
tag = "v${version}";
hash = "sha256-cwNSjzCy4lv71O3XAcDXVF+75MhQ6gMrMz/IuePCdak=";
hash = "sha256-bzz49ILpqzOStBdRGMhBKkxI4RlVuDjCqhcIjQGGQmk=";
};
nativeBuildInputs = [