We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c89185 + f7bf875 commit 4e979b7Copy full SHA for 4e979b7
pkgs/by-name/fi/fittrackee/package.nix
@@ -24,6 +24,7 @@ python3Packages.buildPythonApplication rec {
24
25
pythonRelaxDeps = [
26
"authlib"
27
+ "fitdecode"
28
"flask"
29
"flask-limiter"
30
"flask-migrate"
pkgs/development/python-modules/fitdecode/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "fitdecode";
11
- version = "0.10.0";
+ version = "0.11.0";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "polyvertex";
16
repo = "fitdecode";
17
tag = "v${version}";
18
- hash = "sha256-pW1PgJGqFL2reOYYfpGnQ4WoYFKGMNY8iQJzyHYOly8=";
+ hash = "sha256-3NoJHPql5mVQ+h2InM8tp7LIuR2znJyaawISarr688Q=";
19
};
20
21
build-system = [
0 commit comments