garmindb: 3.7.0 -> 3.8.0

This commit is contained in:
Cameron Brown
2026-05-29 21:21:19 -04:00
parent 13264ee033
commit bb39c04c82
+4 -4
View File
@@ -7,20 +7,20 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "garmindb";
version = "3.7.0";
version = "3.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tcgoetz";
repo = "garmindb";
tag = "v${finalAttrs.version}";
hash = "sha256-uM1bklCP/BWsc51LawDQPHzEgPHr8U4uVSoeF/C8oFY=";
hash = "sha256-iqZHm4C3MB4Qfkg8fBHu+fvt0tQ+2AyBziwrC5ZkcyU=";
};
pythonRelaxDeps = [
"sqlalchemy"
"cached-property"
"garth"
"garminconnect"
"tqdm"
"fitfile"
"tcxfile"
@@ -34,7 +34,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
python-dateutil
cached-property
tqdm
garth
garminconnect
fitfile
tcxfile
idbutils