home-assistant: 2023.11.2 -> 2023.11.3

https://github.com/home-assistant/core/releases/tag/2023.11.3
This commit is contained in:
Martin Weinelt 2023-11-22 16:17:54 +01:00
parent ce47f8f7ae
commit 9952892cb6
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 5 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2023.11.2";
version = "2023.11.3";
components = {
"3_day_blinds" = ps: with ps; [
];
@ -4871,6 +4871,7 @@
pymitv
];
"xmpp" = ps: with ps; [
emoji
slixmpp
];
"xs1" = ps: with ps; [

View file

@ -324,7 +324,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2023.11.2";
hassVersion = "2023.11.3";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -340,7 +340,7 @@ in python.pkgs.buildPythonApplication rec {
# Primary source is the pypi sdist, because it contains translations
src = fetchPypi {
inherit pname version;
hash = "sha256-cnneRq0hIyvgKo0du/52ze0IVs8TgTPNQM3T1kyy03s=";
hash = "sha256-llGHI6LVpTo9m2RMtcDSkW2wWraje2OkVFx5P7lzZ30=";
};
# Secondary source is git for tests
@ -348,7 +348,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-OljfYmlXSJVoWWsd4jcSF4nI/FXHqRA8e4LN5AaPVv8=";
hash = "sha256-KD53O+UlAjGfVGp4kbLgpgU7j0A+KqZZT492WmeCOnQ=";
};
nativeBuildInputs = with python.pkgs; [