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