python3Packages.ha-garmin: 0.1.22 -> 0.1.23

Diff: https://github.com/cyberjunky/ha-garmin/compare/v0.1.22...v0.1.23

Changelog: https://github.com/cyberjunky/ha-garmin/releases/tag/v0.1.23
This commit is contained in:
Robert Schütz
2026-05-23 15:42:09 +02:00
committed by Martin Weinelt
parent 32cc9809bf
commit 6bbd96dd7b
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "ha-garmin";
version = "0.1.22";
version = "0.1.23";
pyproject = true;
src = fetchFromGitHub {
owner = "cyberjunky";
repo = "ha-garmin";
tag = "v${finalAttrs.version}";
hash = "sha256-q5bNa6HT2GeqdElsSG7Rgk3a14GsjGyLkHWVrg3CTYs=";
hash = "sha256-0x7+pABt0i9QFty/i8IeU2CLmDUQiw16pYZ1Wr7CARI=";
};
build-system = [ setuptools ];