home-assistant: 2024.3.1 -> 2024.3.2

https://github.com/home-assistant/core/releases/tag/2024.3.2
This commit is contained in:
Martin Weinelt 2024-03-22 17:35:22 +01:00
parent a6bf001082
commit 5cee82525b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 16 additions and 14 deletions

View File

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

View File

@ -39,16 +39,6 @@ let
};
});
aioautomower = super.aioautomower.overridePythonAttrs (oldAttrs: rec {
version = "2024.2.10";
src = fetchFromGitHub {
owner = "Thomas55555";
repo = "aioautomower";
rev = "refs/tags/${version}";
hash = "sha256-NRcLyuU5FFIKJALUrx5iVSihzgO6ljqaqlhbs+y2E4Q=";
};
});
aioelectricitymaps = super.aioelectricitymaps.overridePythonAttrs (oldAttrs: rec {
version = "0.4.0";
src = fetchFromGitHub {
@ -159,6 +149,17 @@ let
doCheck = false;
});
dsmr-parser = super.dsmr-parser.overridePythonAttrs (oldAttrs: rec {
version = "1.3.1";
src = fetchFromGitHub {
owner = "ndokter";
repo = "dsmr_parser";
rev = "refs/tags/v${version}";
hash = "sha256-PULrKRHrCuDFZcR+5ha0PjkN438QFgf2CrpYhKIqYTs=";
};
doCheck = false;
});
geojson = super.geojson.overridePythonAttrs (oldAttrs: rec {
version = "2.5.0";
src = fetchFromGitHub {
@ -536,7 +537,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2024.3.1";
hassVersion = "2024.3.2";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -554,13 +555,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-cvzoia2zzqXSDnPQdevfs73H4qITPBpEpzpFKM9jRKs=";
hash = "sha256-Am7uEmtLVuYqjCfsYIbjUyzvuWo4FY1WNjOh3D2OzLo=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-WK2PTTFDnQMwiXAtxjNOo9u5KVXWnqUXqd286hq0VEc=";
hash = "sha256-OyNh3OPpngrncy3TUlVB3SCQJuS/9pkfNnZgLXaKXrc=";
};
nativeBuildInputs = with python.pkgs; [
@ -573,6 +574,7 @@ in python.pkgs.buildPythonApplication rec {
"bcrypt"
"ciso8601"
"cryptography"
"hass-nabucasa"
"httpx"
"orjson"
"pyopenssl"