mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
home-assistant: 2021.2.0 -> 2021.2.1
This commit is contained in:
parent
82e0a55f35
commit
5684b8de37
@ -2,7 +2,7 @@
|
||||
# Do not edit!
|
||||
|
||||
{
|
||||
version = "2021.2.0";
|
||||
version = "2021.2.1";
|
||||
components = {
|
||||
"abode" = ps: with ps; [ abodepy ];
|
||||
"accuweather" = ps: with ps; [ accuweather ];
|
||||
|
@ -57,7 +57,7 @@ let
|
||||
extraBuildInputs = extraPackages py.pkgs;
|
||||
|
||||
# Don't forget to run parse-requirements.py after updating
|
||||
hassVersion = "2021.2.0";
|
||||
hassVersion = "2021.2.1";
|
||||
|
||||
in with py.pkgs; buildPythonApplication rec {
|
||||
pname = "homeassistant";
|
||||
@ -76,7 +76,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
owner = "home-assistant";
|
||||
repo = "core";
|
||||
rev = version;
|
||||
sha256 = "116aq683wy7sxdbxr43li90irpfbsz0dv8w0r1fghcjpwlj7ihwa";
|
||||
sha256 = "0a8l23n6j0x1hjcifajgbrip7b4l8xcgxn2wa1lcg27p1cghrv5m";
|
||||
};
|
||||
|
||||
# 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
|
||||
async-timeout
|
||||
attrs
|
||||
awesomeversion
|
||||
bcrypt
|
||||
certifi
|
||||
ciso8601
|
||||
@ -205,6 +206,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
# RuntimeError: Event loop is closed
|
||||
"test_config_path"
|
||||
"test_info_endpoint_register_callback_timeout"
|
||||
"test_scan_match_st"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
Loading…
Reference in New Issue
Block a user