home-assistant: 2022.11.4 -> 2022.11.5

https://github.com/home-assistant/core/releases/tag/2022.11.5
This commit is contained in:
Martin Weinelt 2022-12-01 12:17:49 +01:00
parent 3e8534f333
commit 9855c146a2
2 changed files with 3 additions and 23 deletions

View file

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.11.4";
version = "2022.11.5";
components = {
"3_day_blinds" = ps: with ps; [
];

View file

@ -51,16 +51,6 @@ let
];
});
backoff = super.backoff.overridePythonAttrs (oldAttrs: rec {
version = "1.11.1";
src = fetchFromGitHub {
owner = "litl";
repo = "backoff";
rev = "v${version}";
hash = "sha256-87IMcLaoCn0Vns8Ub/AFmv0gXtS0aPZX0cSt7+lOPm4=";
};
});
caldav = super.caldav.overridePythonAttrs (old: rec {
version = "0.9.1";
src = fetchFromGitHub {
@ -185,16 +175,6 @@ let
doCheck = false; # requires pytest-aiohttp>=1.0.0
});
pysensibo = super.pysensibo.overridePythonAttrs (oldAttrs: rec {
version = "1.0.20";
src = fetchFromGitHub {
owner = "andrey-git";
repo = "pysensibo";
rev = "refs/tags/${version}";
hash = "sha256-L2NP4XS+dPlBr2h8tsGoa4G7tI9yiI4fwrhvQaKkexk=";
};
});
python-slugify = super.python-slugify.overridePythonAttrs (oldAttrs: rec {
pname = "python-slugify";
version = "4.0.1";
@ -284,7 +264,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.11.4";
hassVersion = "2022.11.5";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -302,7 +282,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-3vNwWPFSR9Ap89rAxZjUOptigBaDlboxvLZysMyUUX0=";
hash = "sha256-5QV9k3aMMhkB5ZVNOzkwAcA2qTLT7HBays8BoRyshVo=";
};
# leave this in, so users don't have to constantly update their downstream patch handling