homeassistant: 0.112.0 -> 0.112.2

This commit is contained in:
Martin Weinelt 2020-07-04 16:58:12 +02:00
parent 1093962cf0
commit bf13145ee5
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "0.112.0";
version = "0.112.2";
components = {
"abode" = ps: with ps; [ ]; # missing inputs: abodepy
"acer_projector" = ps: with ps; [ pyserial];

View File

@ -72,7 +72,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "0.112.0";
hassVersion = "0.112.2";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -91,7 +91,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "0ydbk478wjgplzjsy4v6yqc18isvykkvg1lnsh4mhhc7yy3w0c9a";
sha256 = "0pz1q5gaj6zm71ws63zpidhacbq8xyyvhzxj55i6bmb1r2nhxxpa";
};
propagatedBuildInputs = [

View File

@ -4,11 +4,11 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20200701.0";
version = "20200702.0";
src = fetchPypi {
inherit pname version;
sha256 = "16a67fh6hx1jg12qgja9xnzyprv1h3s9w6nwwq4a4rjmvpgnlhxs";
sha256 = "1shdz9b0raspwwnkfzxmyn8mrfgc5prl79g7yn0m4z8m1k7pnd36";
};
# no Python tests implemented