python3Packages.fitdecode: 0.10.0 -> 0.11.0 (#437658)

This commit is contained in:
dotlambda
2025-08-27 14:52:47 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@ python3Packages.buildPythonApplication rec {
pythonRelaxDeps = [
"authlib"
"fitdecode"
"flask"
"flask-limiter"
"flask-migrate"
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "fitdecode";
version = "0.10.0";
version = "0.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "polyvertex";
repo = "fitdecode";
tag = "v${version}";
hash = "sha256-pW1PgJGqFL2reOYYfpGnQ4WoYFKGMNY8iQJzyHYOly8=";
hash = "sha256-3NoJHPql5mVQ+h2InM8tp7LIuR2znJyaawISarr688Q=";
};
build-system = [