python3Packages.ha-garmin: 0.1.25 -> 0.1.26

This commit is contained in:
R. Ryantm
2026-06-08 14:25:16 -07:00
committed by Jamie Magee
parent 9c8bfc47e0
commit 9e78dc097e
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "ha-garmin";
version = "0.1.25";
version = "0.1.26";
pyproject = true;
src = fetchFromGitHub {
owner = "cyberjunky";
repo = "ha-garmin";
tag = "v${finalAttrs.version}";
hash = "sha256-j2AGMfSeLxyqwaILuJaKmnRvIgHoc9Q7BOQLzsTVNts=";
hash = "sha256-q8VXnJNImNbTKQn5WX+9vpYJzHoH8ZcCmcgN3IcQCCw=";
};
build-system = [ setuptools ];