home-assistant-custom-components.powercalc: 1.20.8 -> 1.20.9

This commit is contained in:
R. Ryantm
2026-03-16 00:53:15 +00:00
parent a07d4ce6be
commit 616d7d3580
@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "bramstroker";
domain = "powercalc";
version = "1.20.8";
version = "1.20.9";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant-powercalc";
tag = "v${version}";
hash = "sha256-E23GJOnc54iefgf5Y+purEPH4OrtlNiIs1EkcR2TjHM=";
hash = "sha256-0B7C4WBYgfS1M838kcc57gIIkH6ufozAelKF0IKzFi8=";
};
dependencies = [ numpy ];