garmindb: 3.7.0 -> 3.8.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user