Merge pull request #312454 from NixOS/home-assistant

home-assistant: 2024.5.3 -> 2024.5.4

authored by Martin Weinelt and committed by GitHub f4f2d1af 64bae62e

+10 -10
+2 -2
pkgs/development/python-modules/pyduotecno/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "pyduotecno"; 11 - version = "2024.3.2"; 12 pyproject = true; 13 14 disabled = pythonOlder "3.9"; ··· 17 owner = "Cereal2nd"; 18 repo = "pyDuotecno"; 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-aak1e8NOxj7kncOyChpCEAQP1jpduhiSKDqm3mf5bqs="; 21 }; 22 23 build-system = [ setuptools ];
··· 8 9 buildPythonPackage rec { 10 pname = "pyduotecno"; 11 + version = "2024.5.0"; 12 pyproject = true; 13 14 disabled = pythonOlder "3.9"; ··· 17 owner = "Cereal2nd"; 18 repo = "pyDuotecno"; 19 rev = "refs/tags/${version}"; 20 + hash = "sha256-59dwSr/IlNmHoJnPEBTR2FOXZ8JiFIo1V69/r0yxKNM="; 21 }; 22 23 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/soco/default.nix
··· 18 19 buildPythonPackage rec { 20 pname = "soco"; 21 - version = "0.30.3"; 22 pyproject = true; 23 24 disabled = pythonOlder "3.6"; ··· 27 owner = "SoCo"; 28 repo = "SoCo"; 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-QAF3f1JMGFFsgdZzoyo+RwKKMaLG+hy+lvZwCzceU/g="; 31 }; 32 33 build-system = [ setuptools ];
··· 18 19 buildPythonPackage rec { 20 pname = "soco"; 21 + version = "0.30.4"; 22 pyproject = true; 23 24 disabled = pythonOlder "3.6"; ··· 27 owner = "SoCo"; 28 repo = "SoCo"; 29 rev = "refs/tags/v${version}"; 30 + hash = "sha256-t5Cxlm5HhN6WY6ty4i2MAtqjbC7DwZqSp1g5nybFAH4="; 31 }; 32 33 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/wled/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "wled"; 19 - version = "0.17.0"; 20 format = "pyproject"; 21 22 disabled = pythonOlder "3.11"; ··· 25 owner = "frenck"; 26 repo = "python-wled"; 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-y32zynkVsn5vWw+BZ6ZRf9zemGOWJMN4yfNQZ0bRpos="; 29 }; 30 31 postPatch = ''
··· 16 17 buildPythonPackage rec { 18 pname = "wled"; 19 + version = "0.17.1"; 20 format = "pyproject"; 21 22 disabled = pythonOlder "3.11"; ··· 25 owner = "frenck"; 26 repo = "python-wled"; 27 rev = "refs/tags/v${version}"; 28 + hash = "sha256-9682AbcADhd9m5XrYeDFiX+sJCCe+pnuvntJDnpzJ+U="; 29 }; 30 31 postPatch = ''
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 # Do not edit! 3 4 { 5 - version = "2024.5.3"; 6 components = { 7 "3_day_blinds" = ps: with ps; [ 8 ];
··· 2 # Do not edit! 3 4 { 5 + version = "2024.5.4"; 6 components = { 7 "3_day_blinds" = ps: with ps; [ 8 ];
+3 -3
pkgs/servers/home-assistant/default.nix
··· 550 extraBuildInputs = extraPackages python.pkgs; 551 552 # Don't forget to run update-component-packages.py after updating 553 - hassVersion = "2024.5.3"; 554 555 in python.pkgs.buildPythonApplication rec { 556 pname = "homeassistant"; ··· 568 owner = "home-assistant"; 569 repo = "core"; 570 rev = "refs/tags/${version}"; 571 - hash = "sha256-KNuBv3BSEkIBEN9rC4vqJcd8TE4ik/BlF3IB+ZTu4Pk="; 572 }; 573 574 # Secondary source is pypi sdist for translations 575 sdist = fetchPypi { 576 inherit pname version; 577 - hash = "sha256-0asL9TAzAASPq8ytA8HhyaOUgfVUzQPsZJCz1TUygf4="; 578 }; 579 580 build-system = with python.pkgs; [
··· 550 extraBuildInputs = extraPackages python.pkgs; 551 552 # Don't forget to run update-component-packages.py after updating 553 + hassVersion = "2024.5.4"; 554 555 in python.pkgs.buildPythonApplication rec { 556 pname = "homeassistant"; ··· 568 owner = "home-assistant"; 569 repo = "core"; 570 rev = "refs/tags/${version}"; 571 + hash = "sha256-YJluhc1MCRxeDtn8R9tF2QYA6qCiYpjOpRJaQeay3lk="; 572 }; 573 574 # Secondary source is pypi sdist for translations 575 sdist = fetchPypi { 576 inherit pname version; 577 + hash = "sha256-e2evRFP/l2HHcDgMUWQEM7xvvAfLRwdFtz+u2mwXepI="; 578 }; 579 580 build-system = with python.pkgs; [