Skip to content

Commit 0cc343a

Browse files
authored
home-assistant: 2025.5.0 -> 2025.5.1 (#405638)
2 parents 4e655f1 + 2003eb3 commit 0cc343a

File tree

5 files changed

+10
-17
lines changed

5 files changed

+10
-17
lines changed

pkgs/development/python-modules/forecast-solar/default.nix

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

1818
buildPythonPackage rec {
1919
pname = "forecast-solar";
20-
version = "4.1.0";
20+
version = "4.2.0";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "home-assistant-libs";
2727
repo = "forecast_solar";
2828
tag = "v${version}";
29-
hash = "sha256-1oPcYEwjkkK+hAemUXaG/LFleBtsjbPUZ1b2W9/BNlg=";
29+
hash = "sha256-ZBkuhONvn1/QpD+ml3HJinMIdg1HFpVj5KZAlUt/qR4=";
3030
};
3131

3232
build-system = [ poetry-core ];

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

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

1616
buildPythonPackage rec {
1717
pname = "pylamarzocco";
18-
version = "2.0.0";
18+
version = "2.0.1";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
owner = "zweckj";
2525
repo = "pylamarzocco";
2626
tag = "v${version}";
27-
hash = "sha256-iOqYCX7cwAePGepJ0nAG3iApz1A/9Cn6hy3mo4uPl7w=";
27+
hash = "sha256-ZfixljgkRElDZFkSbZrFK7EO6NGU7jsal+Ra52/N82A=";
2828
};
2929

3030
build-system = [ setuptools ];

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.5.0";
5+
version = "2025.5.1";
66
components = {
77
"3_day_blinds" =
88
ps: with ps; [

pkgs/servers/home-assistant/default.nix

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
lib,
44
callPackage,
55
fetchFromGitHub,
6-
fetchpatch,
76
fetchPypi,
87
python313,
98
replaceVars,
@@ -368,7 +367,7 @@ let
368367
extraBuildInputs = extraPackages python.pkgs;
369368

370369
# Don't forget to run update-component-packages.py after updating
371-
hassVersion = "2025.5.0";
370+
hassVersion = "2025.5.1";
372371

373372
in
374373
python.pkgs.buildPythonApplication rec {
@@ -389,13 +388,13 @@ python.pkgs.buildPythonApplication rec {
389388
owner = "home-assistant";
390389
repo = "core";
391390
tag = version;
392-
hash = "sha256-aypBPEI9AOAW9BUkcjJtXa9ssLo4jwEeX47m8320/Gg=";
391+
hash = "sha256-/ItMm6/SV0MazK16NfW53XPcIV7ERUUabjcwHBC4c7Y=";
393392
};
394393

395394
# Secondary source is pypi sdist for translations
396395
sdist = fetchPypi {
397396
inherit pname version;
398-
hash = "sha256-7bRBKCchBjAKmW4fjSzShr1RdNRQ677Dd1FXW6sqOQQ=";
397+
hash = "sha256-zllQ0h1Ws+HNyfBvAAoKtovQtwkr0fNNtnF2pAjRrqM=";
399398
};
400399

401400
build-system = with python.pkgs; [
@@ -411,12 +410,6 @@ python.pkgs.buildPythonApplication rec {
411410

412411
# leave this in, so users don't have to constantly update their downstream patch handling
413412
patches = [
414-
(fetchpatch {
415-
name = "fix-point-import-error.patch";
416-
url = "https://github.com/home-assistant/core/commit/3c4c3dc08e306b75dce486f5f5236a731fd04cf4.patch";
417-
hash = "sha256-ke04kJWuBHMANVZo75QL5QwU51DZtO4FBBNu4Szu9q8=";
418-
})
419-
420413
# Follow symlinks in /var/lib/hass/www
421414
./patches/static-follow-symlinks.patch
422415

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 = "20250507.0";
11+
version = "20250509.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-9haMRgP7LxngEciafhTaOX/iSbiNZuqzBakJ3YNAWMo=";
19+
hash = "sha256-tlBdUA3Gj7P6KTjY2UNnWjQqpnwgvAlXC09P7QFR0r0=";
2020
};
2121

2222
# there is nothing to strip in this package

0 commit comments

Comments
 (0)