Skip to content

Commit ff4c9da

Browse files
authored
home-assistant: 2025.1.1 -> 2025.1.2 (#372513)
2 parents 91871fb + caaf722 commit ff4c9da

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

pkgs/development/python-modules/pyflick/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pyflick";
14-
version = "1.1.2";
14+
version = "1.1.3";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "ZephireNZ";
1919
repo = "PyFlick";
2020
tag = "v${version}";
21-
hash = "sha256-Csm5gXMIGEhHgzN/7sO/1iM/wZklI2Jc0C69tgYWxnQ=";
21+
hash = "sha256-JROtklRimr6I1/6+yYaDL6rNGSj7O15nI/C9ZSj6eFo=";
2222
};
2323

2424
pythonRelaxDeps = [ "aiohttp" ];

pkgs/servers/home-assistant/component-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit!
33

44
{
5-
version = "2025.1.1";
5+
version = "2025.1.2";
66
components = {
77
"3_day_blinds" =
88
ps: with ps; [

pkgs/servers/home-assistant/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ let
289289
extraBuildInputs = extraPackages python.pkgs;
290290

291291
# Don't forget to run update-component-packages.py after updating
292-
hassVersion = "2025.1.1";
292+
hassVersion = "2025.1.2";
293293

294294
in
295295
python.pkgs.buildPythonApplication rec {
@@ -310,13 +310,13 @@ python.pkgs.buildPythonApplication rec {
310310
owner = "home-assistant";
311311
repo = "core";
312312
rev = "refs/tags/${version}";
313-
hash = "sha256-fiGdRXQmH+CcgnGQloktl66Yh8iiFEDCQyOL3jfXjdU=";
313+
hash = "sha256-dEjTSByjv8+YwAcztFwCvQp+GWcS0QZxP1norxd8MmY=";
314314
};
315315

316316
# Secondary source is pypi sdist for translations
317317
sdist = fetchPypi {
318318
inherit pname version;
319-
hash = "sha256-CYvi2Z1d3hbcfet08TR/jScuOKGgipTEWmno7/r5qLU=";
319+
hash = "sha256-AO2n3t2QobFuN2IrlYcwBA4LRxsMr7B/T0dc2IWZrfg=";
320320
};
321321

322322
build-system = with python.pkgs; [

pkgs/servers/home-assistant/frontend.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ buildPythonPackage rec {
88
# the frontend version corresponding to a specific home-assistant version can be found here
99
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
1010
pname = "home-assistant-frontend";
11-
version = "20250106.0";
11+
version = "20250109.0";
1212
format = "wheel";
1313

1414
src = fetchPypi {
1515
inherit version format;
1616
pname = "home_assistant_frontend";
1717
dist = "py3";
1818
python = "py3";
19-
hash = "sha256-Jhbw/HNOInLAihHeP+Vpsvsukjf3OY32EbBayDEuU+k=";
19+
hash = "sha256-kZmBZyiCUxODRcg8GnRUMWk+T+Lry1gdgY2yzQznFPI=";
2020
};
2121

2222
# there is nothing to strip in this package

pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pytest-homeassistant-custom-component";
21-
version = "0.13.201";
21+
version = "0.13.202";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "MatthewFlamm";
2828
repo = "pytest-homeassistant-custom-component";
2929
rev = "refs/tags/${version}";
30-
hash = "sha256-WWfVxLYW5V5q0huBoST3n64Fm9f69rjv8B6g96ZaFDc=";
30+
hash = "sha256-MoOIEoJna3nROYYvMzVSV6qpQN/qoDumr3sDOrECZh4=";
3131
};
3232

3333
build-system = [ setuptools ];

pkgs/servers/home-assistant/stubs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "homeassistant-stubs";
13-
version = "2025.1.1";
13+
version = "2025.1.2";
1414
pyproject = true;
1515

1616
disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "KapJI";
2020
repo = "homeassistant-stubs";
2121
rev = "refs/tags/${version}";
22-
hash = "sha256-9z8HX9zNzRfMTWJiHwbCpOAmYF9yfHsM/FR9siB7D/E=";
22+
hash = "sha256-35JzLlzx7+zQ6/RLqNwlqfAKAZ/axPa7lwFc6xtQbzQ=";
2323
};
2424

2525
build-system = [

0 commit comments

Comments
 (0)