Merge pull request #163076 from mweinelt/home-assistant

This commit is contained in:
Martin Weinelt
2022-03-07 00:40:03 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "0.7.15";
version = "0.7.16";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = pname;
rev = version;
sha256 = "sha256-na94H1ll9aZz/mQ4/y3b2vhSaOgo4OjtIsAfW6zGYyI=";
sha256 = "sha256-dakxPhnI1m6KiOj6oQkfQ0UVA7NEBTHFGYnF6L6c8Ck=";
};
nativeBuildInputs = [
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.3.1";
version = "2022.3.2";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];
+2 -2
View File
@@ -158,7 +158,7 @@ let
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
# Don't forget to run parse-requirements.py after updating
hassVersion = "2022.3.1";
hassVersion = "2022.3.2";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -176,7 +176,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-bihb6DL8hQuRnJZp39Lh2qfTXr0tFxn7FHFZewttNOc=";
hash = "sha256-oFFRqacLAAhiH+3HF/oZlkEJQ+pf7bZ0gOFyB92t9U4=";
};
# leave this in, so users don't have to constantly update their downstream patch handling