python313Packages.garminconnect: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-16 20:43:51 +01:00
committed by GitHub
parent 26b5de6444
commit 70f487241a

View File

@@ -4,7 +4,6 @@
fetchFromGitHub,
garth,
pdm-backend,
pythonOlder,
requests,
withings-sync,
}:
@@ -14,8 +13,6 @@ buildPythonPackage rec {
version = "0.2.34";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "cyberjunky";
repo = "python-garminconnect";