homeassistant: 0.117.3 -> 0.117.4

This commit is contained in:
Martin Weinelt 2020-11-04 17:26:53 +01:00 committed by Jonathan Ringer
parent 0c4e33e4aa
commit 8071b8ba82
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "0.117.3";
version = "0.117.4";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];

View File

@ -67,7 +67,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "0.117.3";
hassVersion = "0.117.4";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -83,7 +83,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "05vsq3dw02bn3hppxbgw321ray842ck6z559rq92i720bx1vi0qx";
sha256 = "0f5a5y6d9wxdfd5l526dz34xz2n1a6ia7vdcr7sqf2qp51brpw52";
};
# leave this in, so users don't have to constantly update their downstream patch handling