trackma-qt: 0.9 -> 0.10.3

This commit is contained in:
R. Ryantm 2026-01-24 19:12:01 +00:00 committed by Michael Daniels
commit 052ed6d3ef
No known key found for this signature in database

View file

@ -33,14 +33,14 @@ let
in
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "trackma";
version = "0.9";
version = "0.10.3";
pyproject = true;
src = fetchFromGitHub {
owner = "z411";
repo = "trackma";
tag = "v${finalAttrs.version}";
sha256 = "Hov9qdVabu1k3SIoUmvcRtSK8TcETqGPXI2RqN/bei4=";
sha256 = "HiHeq8mLNT54BWXXwOfeY+c+wGHWnlN5rA2WgXdrRY8=";
fetchSubmodules = true; # for anime-relations submodule
};