python313Packages.garminconnect: 0.2.23 -> 0.2.25 (#372585)

This commit is contained in:
Nick Cao
2025-01-10 11:50:45 -05:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "garminconnect";
version = "0.2.23";
version = "0.2.25";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,9 +20,11 @@ buildPythonPackage rec {
owner = "cyberjunky";
repo = "python-garminconnect";
tag = version;
hash = "sha256-rY3jIrCl5y2Pyw7qakUuMtdPTR7e61n5pScPavvBtbM=";
hash = "sha256-V+i+e1McE9YFVuq2fuQtD3RKTHw9u3u0bZ2zCi9yZCM=";
};
pythonRelaxDeps = [ "withings-sync" ];
build-system = [ pdm-backend ];
dependencies = [