home-assistant: 2021.2.0 -> 2021.2.1

This commit is contained in:
Martin Weinelt 2021-02-05 14:48:53 +01:00
parent 82e0a55f35
commit 5684b8de37
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -57,7 +57,7 @@ let
extraBuildInputs = extraPackages py.pkgs; extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating # Don't forget to run parse-requirements.py after updating
hassVersion = "2021.2.0"; hassVersion = "2021.2.1";
in with py.pkgs; buildPythonApplication rec { in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant"; pname = "homeassistant";
@ -76,7 +76,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant"; owner = "home-assistant";
repo = "core"; repo = "core";
rev = version; rev = version;
sha256 = "116aq683wy7sxdbxr43li90irpfbsz0dv8w0r1fghcjpwlj7ihwa"; sha256 = "0a8l23n6j0x1hjcifajgbrip7b4l8xcgxn2wa1lcg27p1cghrv5m";
}; };
# leave this in, so users don't have to constantly update their downstream patch handling # leave this in, so users don't have to constantly update their downstream patch handling
@ -101,6 +101,7 @@ in with py.pkgs; buildPythonApplication rec {
astral astral
async-timeout async-timeout
attrs attrs
awesomeversion
bcrypt bcrypt
certifi certifi
ciso8601 ciso8601
@ -205,6 +206,7 @@ in with py.pkgs; buildPythonApplication rec {
# RuntimeError: Event loop is closed # RuntimeError: Event loop is closed
"test_config_path" "test_config_path"
"test_info_endpoint_register_callback_timeout" "test_info_endpoint_register_callback_timeout"
"test_scan_match_st"
]; ];
preCheck = '' preCheck = ''