lol

home-assistant: 2025.2.2 -> 2025.2.3 (#381580)

authored by

Martin Weinelt and committed by
GitHub
3c3abaa6 9ea6cafa

+15 -15
+3 -3
pkgs/development/python-modules/deebot-client/default.nix
··· 23 24 buildPythonPackage rec { 25 pname = "deebot-client"; 26 - version = "12.0.0"; 27 pyproject = true; 28 29 disabled = pythonOlder "3.12"; ··· 32 owner = "DeebotUniverse"; 33 repo = "client.py"; 34 tag = version; 35 - hash = "sha256-/lGLrFlKKneauC15eFQYQxxHY7Py5s626yrThkqNAps="; 36 }; 37 38 cargoDeps = rustPlatform.fetchCargoVendor { 39 inherit pname version src; 40 - hash = "sha256-oSvosZsGM0R5DRc43KvCNcqNIh4gbvzqgnrIJjAN+/k="; 41 }; 42 43 pythonRelaxDeps = [
··· 23 24 buildPythonPackage rec { 25 pname = "deebot-client"; 26 + version = "12.1.0"; 27 pyproject = true; 28 29 disabled = pythonOlder "3.12"; ··· 32 owner = "DeebotUniverse"; 33 repo = "client.py"; 34 tag = version; 35 + hash = "sha256-K5dsu4n3ClU7CPYkqSrvocQAPzV0tMrlBapueVBstQ0="; 36 }; 37 38 cargoDeps = rustPlatform.fetchCargoVendor { 39 inherit pname version src; 40 + hash = "sha256-mrAPalyxEhJFE1VYNOZRjjdviXqU0JeeGuY3vFZYSNE="; 41 }; 42 43 pythonRelaxDeps = [
+2 -2
pkgs/development/python-modules/hass-nabucasa/default.nix
··· 23 24 buildPythonPackage rec { 25 pname = "hass-nabucasa"; 26 - version = "0.89.0"; 27 pyproject = true; 28 29 disabled = pythonOlder "3.12"; ··· 32 owner = "nabucasa"; 33 repo = "hass-nabucasa"; 34 tag = version; 35 - hash = "sha256-o6VUfg0mtaXw5isF4Q1afCZrOMSW9FSjbOOUcBne+dY="; 36 }; 37 38 pythonRelaxDeps = [ "acme" ];
··· 23 24 buildPythonPackage rec { 25 pname = "hass-nabucasa"; 26 + version = "0.90.0"; 27 pyproject = true; 28 29 disabled = pythonOlder "3.12"; ··· 32 owner = "nabucasa"; 33 repo = "hass-nabucasa"; 34 tag = version; 35 + hash = "sha256-OP+KUh0WsE6I0hKUvUBHhzrLCKM7jc5GhO++9OrLh4s="; 36 }; 37 38 pythonRelaxDeps = [ "acme" ];
+2 -2
pkgs/development/python-modules/pyenphase/default.nix
··· 20 21 buildPythonPackage rec { 22 pname = "pyenphase"; 23 - version = "1.23.1"; 24 pyproject = true; 25 26 disabled = pythonOlder "3.11"; ··· 29 owner = "pyenphase"; 30 repo = "pyenphase"; 31 tag = "v${version}"; 32 - hash = "sha256-xiwoFfKMZVgpMfh2CjzhkuZPxCD/NC2nK67r6Miu0eg="; 33 }; 34 35 pythonRelaxDeps = [ "tenacity" ];
··· 20 21 buildPythonPackage rec { 22 pname = "pyenphase"; 23 + version = "1.25.4"; 24 pyproject = true; 25 26 disabled = pythonOlder "3.11"; ··· 29 owner = "pyenphase"; 30 repo = "pyenphase"; 31 tag = "v${version}"; 32 + hash = "sha256-J7MxHoFffdmPESxyt5CnFd9Y9klP5PiRhG8nzPMaYxw="; 33 }; 34 35 pythonRelaxDeps = [ "tenacity" ];
+2 -2
pkgs/development/python-modules/sentry-sdk/1.nix
··· 39 40 buildPythonPackage rec { 41 pname = "sentry-sdk"; 42 - version = "1.45.0"; 43 pyproject = true; 44 45 disabled = pythonOlder "3.7"; ··· 48 owner = "getsentry"; 49 repo = "sentry-python"; 50 rev = "refs/tags/${version}"; 51 - hash = "sha256-OWoMqJlf0vmBHWWsW6mF4u5X9USzxkFmCJyX7Ws0dD0="; 52 }; 53 54 build-system = [ setuptools ];
··· 39 40 buildPythonPackage rec { 41 pname = "sentry-sdk"; 42 + version = "1.45.1"; 43 pyproject = true; 44 45 disabled = pythonOlder "3.7"; ··· 48 owner = "getsentry"; 49 repo = "sentry-python"; 50 rev = "refs/tags/${version}"; 51 + hash = "sha256-ZNJsxbQcW5g/bKqN18z+BspKyI34+vkj6vQ9akE1Ook="; 52 }; 53 54 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/zeroconf/default.nix
··· 17 18 buildPythonPackage rec { 19 pname = "zeroconf"; 20 - version = "0.143.0"; 21 pyproject = true; 22 23 disabled = pythonOlder "3.9"; ··· 26 owner = "jstasiak"; 27 repo = "python-zeroconf"; 28 tag = version; 29 - hash = "sha256-yN5N+SosNDcwotEH2oyVMRI717LXIRKtzHQ4VI4WoMQ="; 30 }; 31 32 build-system = [
··· 17 18 buildPythonPackage rec { 19 pname = "zeroconf"; 20 + version = "0.144.1"; 21 pyproject = true; 22 23 disabled = pythonOlder "3.9"; ··· 26 owner = "jstasiak"; 27 repo = "python-zeroconf"; 28 tag = version; 29 + hash = "sha256-OpylhsMjM7Xc1/vVv2kNuxeO7XknjQjJ8jFVS2+3188="; 30 }; 31 32 build-system = [
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 # Do not edit! 3 4 { 5 - version = "2025.2.2"; 6 components = { 7 "3_day_blinds" = 8 ps: with ps; [
··· 2 # Do not edit! 3 4 { 5 + version = "2025.2.3"; 6 components = { 7 "3_day_blinds" = 8 ps: with ps; [
+3 -3
pkgs/servers/home-assistant/default.nix
··· 369 extraBuildInputs = extraPackages python.pkgs; 370 371 # Don't forget to run update-component-packages.py after updating 372 - hassVersion = "2025.2.2"; 373 374 in 375 python.pkgs.buildPythonApplication rec { ··· 390 owner = "home-assistant"; 391 repo = "core"; 392 rev = "refs/tags/${version}"; 393 - hash = "sha256-aCGfxWJnDJ4V5FjrFV3TLHBtPQDyNh1qjDKFL/bHBz0="; 394 }; 395 396 # Secondary source is pypi sdist for translations 397 sdist = fetchPypi { 398 inherit pname version; 399 - hash = "sha256-9bdkcDMTQtaRlyLK65fwVDlV4s1GpxqbTYDNxstST4w="; 400 }; 401 402 build-system = with python.pkgs; [
··· 369 extraBuildInputs = extraPackages python.pkgs; 370 371 # Don't forget to run update-component-packages.py after updating 372 + hassVersion = "2025.2.3"; 373 374 in 375 python.pkgs.buildPythonApplication rec { ··· 390 owner = "home-assistant"; 391 repo = "core"; 392 rev = "refs/tags/${version}"; 393 + hash = "sha256-1hCNkBIqRg3YDQn6TSytugxkQwve4/Z7p1/BY4Zwcv0="; 394 }; 395 396 # Secondary source is pypi sdist for translations 397 sdist = fetchPypi { 398 inherit pname version; 399 + hash = "sha256-4LojranZ9xLR3kpBvvzZ/XJchbgr9ZVYydntNoBkCVE="; 400 }; 401 402 build-system = with python.pkgs; [