home-assistant: 2025.6.0 -> 2025.6.1 (#416550)

authored by Martin Weinelt and committed by GitHub bddd8e53 2e8cb91d

+14 -14
+2 -2
pkgs/development/python-modules/aioamazondevices/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "aioamazondevices"; 19 - version = "3.0.6"; 19 + version = "3.1.2"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "chemelli74"; 24 24 repo = "aioamazondevices"; 25 25 tag = "v${version}"; 26 - hash = "sha256-+o3LOp0gSjG1/x5IFA0FK5LQUFG9T6JgDLb104vJcM0="; 26 + hash = "sha256-oW9QRRTriopWzRJ9ZrDjIgviT/cVk2x6gaHXHmzYXMs="; 27 27 }; 28 28 29 29 build-system = [ poetry-core ];
+2 -2
pkgs/development/python-modules/homematicip/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "homematicip"; 19 - version = "2.0.4"; 19 + version = "2.0.5"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.12"; ··· 25 25 owner = "hahn-th"; 26 26 repo = "homematicip-rest-api"; 27 27 tag = version; 28 - hash = "sha256-AevInggDGEz3FcIwO1tk1lXI4m9g8MF92lc24f3AGgM="; 28 + hash = "sha256-WvE5JTpAjRGLP7haIwD5hKOvz3hM7paV2jyds/yCxg8="; 29 29 }; 30 30 31 31 build-system = [
+2 -2
pkgs/development/python-modules/opower/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "opower"; 18 - version = "0.12.3"; 18 + version = "0.12.4"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.9"; ··· 24 24 owner = "tronikos"; 25 25 repo = "opower"; 26 26 tag = "v${version}"; 27 - hash = "sha256-fsZpAipBw6XLeLdum1p5gkpKSOG40TLa6cLFTUSA05Y="; 27 + hash = "sha256-wUkPXfiXwKWVIQcPw2dsXJ5VMn1hf1rBFzDINnCVtEM="; 28 28 }; 29 29 30 30 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/python-linkplay/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "python-linkplay"; 18 - version = "0.2.11"; 18 + version = "0.2.12"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "Velleman"; 23 23 repo = "python-linkplay"; 24 24 tag = "v${version}"; 25 - hash = "sha256-/AXhbcaP3itLO8xiIOoLtHvc5wNs7o+fHH0nN+OoGNs="; 25 + hash = "sha256-oE3ILnaUDWMNcN3ZAIQKmGgUTc/tqXYdZTX1bxuHBso="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2025.6.0"; 5 + version = "2025.6.1"; 6 6 components = { 7 7 "3_day_blinds" = 8 8 ps: with ps; [
+3 -3
pkgs/servers/home-assistant/default.nix
··· 386 386 extraBuildInputs = extraPackages python.pkgs; 387 387 388 388 # Don't forget to run update-component-packages.py after updating 389 - hassVersion = "2025.6.0"; 389 + hassVersion = "2025.6.1"; 390 390 391 391 in 392 392 python.pkgs.buildPythonApplication rec { ··· 407 407 owner = "home-assistant"; 408 408 repo = "core"; 409 409 tag = version; 410 - hash = "sha256-SSMubMXk6lasj0CwgPVQRzW7yzkN3lWaoJJDf51zIGQ="; 410 + hash = "sha256-Pp2IIpVfzYE4BBJEq4Ll2s0vgsqxAApE8TmVd1zAg38="; 411 411 }; 412 412 413 413 # Secondary source is pypi sdist for translations 414 414 sdist = fetchPypi { 415 415 inherit pname version; 416 - hash = "sha256-3PiRVBtboqWVU5da8EeOkRWAGumrLENNSMD4cD7/MOU="; 416 + hash = "sha256-yc4tEyR3xpo4x9daWEwXFJBhSH3xeOc2ckO+7LWVRlA="; 417 417 }; 418 418 419 419 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 = "20250531.2"; 11 + version = "20250531.3"; 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-i77uNNUHwPW+A4RkweqcvOdJofKSWhzoeup5HQFwMzQ="; 19 + hash = "sha256-FmG7Ym85KwE76s+srHzcGM2p5hh56X7cZOBZu4Gr4mM="; 20 20 }; 21 21 22 22 # there is nothing to strip in this package