Merge pull request #221122 from mweinelt/home-assistant

home-assistant: 2023.3.3 -> 2023.3.4

Changed files
+12 -12
pkgs
development
python-modules
bellows
zha-quirks
servers
+2 -2
pkgs/development/python-modules/bellows/default.nix
···
buildPythonPackage rec {
pname = "bellows";
-
version = "0.34.9";
+
version = "0.34.10";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
-
hash = "sha256-2QTY6mZkhaXHeZcLKxW7BkzOj2jYJx1v4TKG5YBcSC0=";
+
hash = "sha256-eD9E/NbM3t1kWhPwY2SmjuCk+XVwklm4rwzISlQHtq0=";
};
propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/zha-quirks/default.nix
···
buildPythonPackage rec {
pname = "zha-quirks";
-
version = "0.0.93";
+
version = "0.0.94";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "zigpy";
repo = "zha-device-handlers";
rev = "refs/tags/${version}";
-
hash = "sha256-ilPwzQV4vucLV3QAR/otsVIDIxRw8iWPGXM8CvgtFxg=";
+
hash = "sha256-WYMl/KN3JUmBV+O29WVxZXFpfJ5of7Jo2hFgrbn2NYc=";
};
propagatedBuildInputs = [
+1 -1
pkgs/servers/home-assistant/component-packages.nix
···
# Do not edit!
{
-
version = "2023.3.3";
+
version = "2023.3.4";
components = {
"3_day_blinds" = ps: with ps; [
];
+5 -5
pkgs/servers/home-assistant/default.nix
···
});
sqlalchemy = super.sqlalchemy.overridePythonAttrs (oldAttrs: rec {
-
version = "2.0.5.post1";
+
version = "2.0.6";
src = super.fetchPypi {
pname = "SQLAlchemy";
inherit version;
-
hash = "sha256-E+sqWILP2fTu2q7BSlYDoJbwEl98PLSGEbO/o8JT8l0=";
+
hash = "sha256-w0PwtUZJX116I5xwv1CpmkjXMhwWW4Kvr6hIO56+v24=";
};
nativeCheckInputs = oldAttrs.nativeCheckInputs ++ (with super; [
pytest-xdist
···
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
-
hassVersion = "2023.3.3";
+
hassVersion = "2023.3.4";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
···
# Primary source is the pypi sdist, because it contains translations
src = fetchPypi {
inherit pname version;
-
hash = "sha256-AJJ0w66a8D3kiLHhnoFmnGRWyDJ4OCebwwKTGdprGa0=";
+
hash = "sha256-BJCik8TxNzOsehD1fBNQO8Kvmb6ZaqEy4oEVmtIhwp0=";
};
# Secondary source is git for tests
···
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
-
hash = "sha256-KTmMA8P0MhYAiwp073Q3s60budFKHrsBnAJSqYC7zis=";
+
hash = "sha256-iwRjyOgQNTs54mnL3mlL9O3wVD5SWZIl+Hhxir6F+3o=";
};
nativeBuildInputs = with python3.pkgs; [
+2 -2
pkgs/servers/home-assistant/stubs.nix
···
buildPythonPackage rec {
pname = "homeassistant-stubs";
-
version = "2023.3.2";
+
version = "2023.3.4";
format = "pyproject";
disabled = python.version != home-assistant.python.version;
···
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
-
hash = "sha256-tgXjACNGD3QTrsgYtcTinW4HflwGSoCR6k6SrawQz6A=";
+
hash = "sha256-uNwh1IYn3rDwj+FB8h9SwbFaju7cnCWl7HjX0mdw/UA=";
};
nativeBuildInputs = [