fittrackee: 0.10.2 -> 0.10.3

changelog: https://github.com/SamR1/FitTrackee/releases/tag/v0.10.3
This commit is contained in:
Chris Moultrie
2025-06-21 14:21:33 -04:00
parent 4e4c90af3a
commit a2cea4504e
+2 -2
View File
@@ -8,14 +8,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "fittrackee";
version = "0.10.2";
version = "0.10.3";
pyproject = true;
src = fetchFromGitHub {
owner = "SamR1";
repo = "FitTrackee";
tag = "v${version}";
hash = "sha256-ZCQ4Ft2TSjS62DmGDpQ7gG5Spnf82v82i5nnZtg1UmA=";
hash = "sha256-rJ3/JtbzYwsMRk5OZKczr/BDwfDU4NH48JdYWC5/fNk=";
};
build-system = [