home-assistant-custom-components.powercalc: 1.20.0 -> 1.20.1 (#476574)

This commit is contained in:
Michael Daniels
2026-01-04 16:19:02 +00:00
committed by GitHub
@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "bramstroker";
domain = "powercalc";
version = "1.20.0";
version = "1.20.1";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant-powercalc";
tag = "v${version}";
hash = "sha256-zncgOnoe24xyVoUBuaUvrL0lqT9COkIPhK3H9SOvd84=";
hash = "sha256-LzXLsKFBDC/Lcdv62kAiQeyc/fu/eH6ukV76jwSb/Es=";
};
dependencies = [ numpy ];