home-assistant: 2025.7.0 -> 2025.7.1 (#422543)

authored by

Martin Weinelt and committed by
GitHub
f7baaedc 4ddadc26

+18 -18
+2 -2
pkgs/development/python-modules/aioamazondevices/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "aioamazondevices"; 18 - version = "3.2.2"; 18 + version = "3.2.3"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "chemelli74"; 23 23 repo = "aioamazondevices"; 24 24 tag = "v${version}"; 25 - hash = "sha256-dawcskOWIh+TlGh0awJD6ka1HJjGByoLFokq9XWRYoc="; 25 + hash = "sha256-TpsRYL608hAcFhqBwqsstFUdq0BLlNjD9YdGeio8BNs="; 26 26 }; 27 27 28 28 build-system = [ poetry-core ];
+4 -4
pkgs/development/python-modules/aiounifi/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "aiounifi"; 20 - version = "83"; 20 + version = "84"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.11"; ··· 26 26 owner = "Kane610"; 27 27 repo = "aiounifi"; 28 28 tag = "v${version}"; 29 - hash = "sha256-xWmSrjdlvpPlWALqABwNRxgG+FzOZBj8kF0AZsY7l5Q="; 29 + hash = "sha256-8zOM1K1N1NFUQwyEVRDFqHntK+HSpXG2F1sRhOs7Bc4="; 30 30 }; 31 31 32 32 postPatch = '' 33 33 substituteInPlace pyproject.toml \ 34 - --replace-fail "setuptools==75.8.2" "setuptools" \ 35 - --replace-fail "wheel==" "wheel>=" 34 + --replace-fail "setuptools==80.9.0" "setuptools" \ 35 + --replace-fail "wheel==0.46.1" "wheel" 36 36 ''; 37 37 38 38 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/pyenphase/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "pyenphase"; 25 - version = "2.1.2"; 25 + version = "2.2.0"; 26 26 pyproject = true; 27 27 28 28 disabled = pythonOlder "3.11"; ··· 31 31 owner = "pyenphase"; 32 32 repo = "pyenphase"; 33 33 tag = "v${version}"; 34 - hash = "sha256-9pQHJn+YOTPTHQT3i7H+zDUwO3pYX1MQNXLBKP0eeno="; 34 + hash = "sha256-CaWU/a+UZwQ/ifbPQWPWYZ47oa/mXiightq8USOOlZU="; 35 35 }; 36 36 37 37 pythonRelaxDeps = [ "tenacity" ];
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2025.7.0"; 5 + version = "2025.7.1"; 6 6 components = { 7 7 "3_day_blinds" = 8 8 ps: with ps; [
+3 -3
pkgs/servers/home-assistant/default.nix
··· 354 354 extraBuildInputs = extraPackages python.pkgs; 355 355 356 356 # Don't forget to run update-component-packages.py after updating 357 - hassVersion = "2025.7.0"; 357 + hassVersion = "2025.7.1"; 358 358 359 359 in 360 360 python.pkgs.buildPythonApplication rec { ··· 375 375 owner = "home-assistant"; 376 376 repo = "core"; 377 377 tag = version; 378 - hash = "sha256-Qc9L3om1vqZMsl4wrZbH/VejeFEdgX7yBajhpRIS2UM="; 378 + hash = "sha256-KaepdkW1PLbWf7yl90ZqmZ6OIgZlRcaw2pSf2wTev+Q="; 379 379 }; 380 380 381 381 # Secondary source is pypi sdist for translations 382 382 sdist = fetchPypi { 383 383 inherit pname version; 384 - hash = "sha256-YosQHNs55liTndKVT0IxU/VnpqWg8KyG7IVeHWPykFw="; 384 + hash = "sha256-Gmq42r4O6mNNXaVwTlC3UjeAsu8TOm417WCm/2E3I6E="; 385 385 }; 386 386 387 387 build-system = with python.pkgs; [
+2 -2
pkgs/servers/home-assistant/frontend.nix
··· 8 8 # the frontend version corresponding to a specific home-assistant version can be found here 9 9 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json 10 10 pname = "home-assistant-frontend"; 11 - version = "20250702.0"; 11 + version = "20250702.1"; 12 12 format = "wheel"; 13 13 14 14 src = fetchPypi { ··· 16 16 pname = "home_assistant_frontend"; 17 17 dist = "py3"; 18 18 python = "py3"; 19 - hash = "sha256-hfrqns9dCzbLGX2DxFN6/B6GbbIoCl7Y7o6NvJcvILo="; 19 + hash = "sha256-I0aOjDkoyru+okZDJfigJHpLXyu7m/pylYWd810fJgI="; 20 20 }; 21 21 22 22 # there is nothing to strip in this package
+2 -2
pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pytest-homeassistant-custom-component"; 21 - version = "0.13.260"; 21 + version = "0.13.261"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.13"; ··· 27 27 owner = "MatthewFlamm"; 28 28 repo = "pytest-homeassistant-custom-component"; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-WiZxfbJLdWf0iPXu/EZIZ+IurL5fk4AxwTcxHKj79Co="; 30 + hash = "sha256-23qNOWz04uEPg2SHsdERVcFuYoVK16lznWYm8R1fJXc="; 31 31 }; 32 32 33 33 build-system = [ setuptools ];
+2 -2
pkgs/servers/home-assistant/stubs.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "homeassistant-stubs"; 13 - version = "2025.7.0"; 13 + version = "2025.7.1"; 14 14 pyproject = true; 15 15 16 16 disabled = python.version != home-assistant.python.version; ··· 19 19 owner = "KapJI"; 20 20 repo = "homeassistant-stubs"; 21 21 tag = version; 22 - hash = "sha256-CFwfQfu1AvuMDLdsv8fpsdmlg080WAEsN9XLgy/vmQ0="; 22 + hash = "sha256-ozfVFmq2OAVWoXYt+UqHNYI0MC6gl/beE7wMiWKtpQs="; 23 23 }; 24 24 25 25 build-system = [