Skip to content

Commit 4e979b7

Browse files
authored
python3Packages.fitdecode: 0.10.0 -> 0.11.0 (#437658)
2 parents 8c89185 + f7bf875 commit 4e979b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/by-name/fi/fittrackee/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ python3Packages.buildPythonApplication rec {
2424

2525
pythonRelaxDeps = [
2626
"authlib"
27+
"fitdecode"
2728
"flask"
2829
"flask-limiter"
2930
"flask-migrate"

pkgs/development/python-modules/fitdecode/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "fitdecode";
11-
version = "0.10.0";
11+
version = "0.11.0";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "polyvertex";
1616
repo = "fitdecode";
1717
tag = "v${version}";
18-
hash = "sha256-pW1PgJGqFL2reOYYfpGnQ4WoYFKGMNY8iQJzyHYOly8=";
18+
hash = "sha256-3NoJHPql5mVQ+h2InM8tp7LIuR2znJyaawISarr688Q=";
1919
};
2020

2121
build-system = [

0 commit comments

Comments
 (0)