python3Packages.ha-garmin: 0.1.27 -> 0.1.29 (#541345)

This commit is contained in:
Yohann Boniface
2026-07-13 20:07:57 +00:00
committed by GitHub

View File

@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "ha-garmin";
version = "0.1.27";
version = "0.1.29";
pyproject = true;
src = fetchFromGitHub {
owner = "cyberjunky";
repo = "ha-garmin";
tag = "v${finalAttrs.version}";
hash = "sha256-XbNXnwWoWWBZdmBjApX0SyouemCG+A9U6JSWn09OsTI=";
hash = "sha256-mny9QnmgRaCFZf4pExdIGDlljw6nSPhU8kB9rzSHymg=";
};
build-system = [ setuptools ];