python3Packages.garminconnect: 0.2.26 -> 0.2.28 (#415781)

This commit is contained in:
Fabian Affolter
2025-06-11 10:53:44 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "garminconnect";
version = "0.2.26";
version = "0.2.28";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "cyberjunky";
repo = "python-garminconnect";
tag = version;
hash = "sha256-Tvou4GLOjn+ZJvY8fSpi7gspXl16SsELBUCwcZrU8HI=";
hash = "sha256-dx1MqsZRDjz0U8RU2idW5GiJBQaSyXPxnEDPk0XkLCI=";
};
pythonRelaxDeps = [
@@ -44,7 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Garmin Connect Python API wrapper";
homepage = "https://github.com/cyberjunky/python-garminconnect";
changelog = "https://github.com/cyberjunky/python-garminconnect/releases/tag/${version}";
changelog = "https://github.com/cyberjunky/python-garminconnect/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};