Skip to content

Commit

Permalink
fittrackee: 0.8.6 -> 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Sep 3, 2024
1 parent d22c1f8 commit 6367bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fi/fittrackee/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "fittrackee";
version = "0.8.6";
version = "0.8.8";
pyproject = true;

src = fetchFromGitHub {
owner = "SamR1";
repo = "FitTrackee";
rev = "refs/tags/v${version}";
hash = "sha256-lTDS+HfYG6ayXDotu7M2LUrw+1ZhQ0ftw0rTn4Mr3rQ=";
hash = "sha256-IO6M+HXAR3Gn0/71KwkaQr6sB0eCQzmnqHYgO+mzIZM=";
};

build-system = [
Expand Down

0 comments on commit 6367bd6

Please sign in to comment.