fittrackee: v0.9.3 -> v0.9.4

changelog: https://github.com/SamR1/FitTrackee/releases/tag/v0.9.4
This commit is contained in:
Chris Moultrie
2025-04-03 08:53:06 -04:00
parent 559dfd1013
commit 7d920db414
+2 -2
View File
@@ -8,14 +8,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "fittrackee";
version = "0.9.3";
version = "0.9.4";
pyproject = true;
src = fetchFromGitHub {
owner = "SamR1";
repo = "FitTrackee";
tag = "v${version}";
hash = "sha256-ofFQJqBKGavXatlpm1bsM2+A1My/9dSzl9X/o9lVDb8=";
hash = "sha256-01lkPboF4KaCPnZHYVXUdIhXpJYGwcRPubnbjMm3mLY=";
};
build-system = [