13 buildPythonPackage rec {
18 disabled = pythonOlder "3.9";
21 inherit pname version;
22 hash = "sha256-dN4WQZ2FLkyqCGYFBICodHR7yBdrLvx4NE6OqB0SgZo=";
29 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 # Tests require network access
53 "test_refresh_oauth2_token"
60 description = "Garmin SSO auth and connect client";
61 homepage = "https://github.com/matin/garth";
62 changelog = "https://github.com/matin/garth/releases/tag/${version}";
63 license = licenses.mit;
64 maintainers = with maintainers; [ fab ];