Unverified Commit b01e2e15 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.powercalc: 1.20.5 -> 1.20.6 (#492891)

parents 1e11752b a48e1035
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
  owner = "bramstroker";
  domain = "powercalc";
  version = "1.20.5";
  version = "1.20.6";

  src = fetchFromGitHub {
    inherit owner;
    repo = "homeassistant-powercalc";
    tag = "v${version}";
    hash = "sha256-qcUeFZWCXSbftElVmYl2KDFjdd0+Bh1b1IiB6oGVRRo=";
    hash = "sha256-OOTqek+0CoAPHJugrzhpvOAvNNxZxG/KUjNxfsq71qQ=";
  };

  dependencies = [ numpy ];