python3Packages.ha-garmin: 0.1.23 -> 0.1.25

https://github.com/cyberjunky/ha-garmin/releases/tag/v0.1.25
This commit is contained in:
Martin Weinelt
2026-06-04 18:48:20 +02:00
parent 49820ae278
commit 7cba91d77f
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "ha-garmin";
version = "0.1.23";
version = "0.1.25";
pyproject = true;
src = fetchFromGitHub {
owner = "cyberjunky";
repo = "ha-garmin";
tag = "v${finalAttrs.version}";
hash = "sha256-0x7+pABt0i9QFty/i8IeU2CLmDUQiw16pYZ1Wr7CARI=";
hash = "sha256-j2AGMfSeLxyqwaILuJaKmnRvIgHoc9Q7BOQLzsTVNts=";
};
build-system = [ setuptools ];