home-assistant-custom-components.powercalc: 1.21.0 -> 1.21.2

This commit is contained in:
R. Ryantm
2026-06-27 13:08:04 +00:00
parent a1e44e83e2
commit e973474053
@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "bramstroker";
domain = "powercalc";
version = "1.21.0";
version = "1.21.2";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant-powercalc";
tag = "v${version}";
hash = "sha256-XVLemGYPuArcwek6zEZW/MS79sUWL2qbeUSTNarsZ8I=";
hash = "sha256-D8gFEhitQjryZLLcP2ZsXNqWLvPyayuoYGq5C0B2D5w=";
};
dependencies = [ numpy ];