home-assistant-custom-components.powercalc: 1.20.12 -> 1.20.13

This commit is contained in:
R. Ryantm
2026-04-18 18:25:14 +00:00
parent 6df0e71709
commit ba30497175
@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "bramstroker";
domain = "powercalc";
version = "1.20.12";
version = "1.20.13";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant-powercalc";
tag = "v${version}";
hash = "sha256-kOxY/7JjDHbQC7adfcRDgDJnvU2TRyaKYXxfmo/cXPQ=";
hash = "sha256-Vg/hqDo0dW88VUKEXZcaRMwOAzm8EmbKGwV/xIfB5lQ=";
};
dependencies = [ numpy ];