komikku: 1.83.0 -> 1.84.0

(cherry picked from commit 78545d5ec0)
This commit is contained in:
Gliczy
2025-08-03 11:08:45 +02:00
committed by github-actions[bot]
parent efc197110f
commit 558bcd4fbd

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 = [