From fd5703fac2d764986fa57c32070a5750dc27bed8 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 22 Oct 2023 20:37:43 +0200 Subject: home-assistant: 2023.10.4 -> 2023.10.5 https://github.com/home-assistant/core/releases/tag/2023.10.5 --- pkgs/servers/home-assistant/component-packages.nix | 2 +- pkgs/servers/home-assistant/default.nix | 67 +--------------------- 2 files changed, 4 insertions(+), 65 deletions(-) (limited to 'pkgs/servers') diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix index 7f9efafdfe9a4..d1ebe9fefa178 100644 --- a/pkgs/servers/home-assistant/component-packages.nix +++ b/pkgs/servers/home-assistant/component-packages.nix @@ -2,7 +2,7 @@ # Do not edit! { - version = "2023.10.4"; + version = "2023.10.5"; components = { "3_day_blinds" = ps: with ps; [ ]; diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index 39c2c075eadd1..1be1169c77862 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -87,16 +87,6 @@ let }; }); - faadelays = super.faadelays.overridePythonAttrs (oldAttrs: rec { - version = "0.0.7"; - src = fetchFromGitHub { - owner = "ntilley905"; - repo = "faadelays"; - rev = "refs/tags/v${version}"; - hash = "sha256-NmBijDr/6pGATvzZhCrOjdDU7DKwLFAfwSgozvBYHMo="; - }; - }); - geojson = super.geojson.overridePythonAttrs (oldAttrs: rec { version = "2.5.0"; src = fetchFromGitHub { @@ -117,16 +107,6 @@ let }; }); - google-nest-sdm = super.google-nest-sdm.overridePythonAttrs (oldAtrs: rec { - version = "2.2.5"; - src = fetchFromGitHub { - owner = "allenporter"; - repo = "python-google-nest-sdm"; - rev = "refs/tags/${version}"; - hash = "sha256-UMP4FMyS8nAZmN7oKBZhMbqTgi4bSR/JmIeyWaZRZis="; - }; - }); - holidays = super.holidays.overridePythonAttrs (oldAttrs: rec { version = "0.28"; src = fetchFromGitHub { @@ -262,15 +242,6 @@ let }; }); - pysensibo = super.pysensibo.overridePythonAttrs (oldAttrs: rec { - version = "1.0.33"; - src = fetchPypi { - inherit (oldAttrs) pname; - inherit version; - hash = "sha256-A7IzAIV8dQVSmYTEp9yeySQ8eXnLFVkiuWFS3pe2YTA="; - }; - }); - pysnooz = super.pysnooz.overridePythonAttrs (oldAttrs: rec { version = "0.8.6"; src = fetchFromGitHub { @@ -339,27 +310,6 @@ let doCheck = false; }); - screenlogicpy = super.screenlogicpy.overridePythonAttrs (oldAttrs: rec { - version = "0.8.2"; - src = fetchFromGitHub { - owner = "dieselrabbit"; - repo = "screenlogicpy"; - rev = "refs/tags/v${version}"; - hash = "sha256-7w2cg+LfL3w2Xxf8s7lFxE/HkqZ6RBYp8LkZTOwgK+I="; - }; - }); - - syrupy = super.syrupy.overridePythonAttrs (oldAttrs: rec { - version = "4.2.1"; - src = fetchFromGitHub { - owner = "tophat"; - repo = "syrupy"; - rev = "refs/tags/v${version}"; - hash = "sha256-MXUuLw4+J/9JtXY1DYwBjj2sgAbO2cXQi1HnVRx3BhM="; - }; - doCheck = false; - }); - # Pinned due to API changes in 0.3.0 tailscale = super.tailscale.overridePythonAttrs (oldAttrs: rec { version = "0.2.0"; @@ -371,17 +321,6 @@ let }; }); - velbus-aio = super.velbus-aio.overridePythonAttrs (oldAttrs: rec { - version = "2023.2.0"; - src = fetchFromGitHub { - owner = "Cereal2nd"; - repo = "velbus-aio"; - rev = "refs/tags/${version}"; - hash = "sha256-y8M9Zf/CMM7NH0Sr7E9sx7JnOFGlExEk7cFEGrHBi7g="; - fetchSubmodules = true; - }; - }); - # Pinned due to API changes ~1.0 vultr = super.vultr.overridePythonAttrs (oldAttrs: rec { version = "0.1.2"; @@ -427,7 +366,7 @@ let extraBuildInputs = extraPackages python.pkgs; # Don't forget to run parse-requirements.py after updating - hassVersion = "2023.10.4"; + hassVersion = "2023.10.5"; in python.pkgs.buildPythonApplication rec { pname = "homeassistant"; @@ -443,7 +382,7 @@ in python.pkgs.buildPythonApplication rec { # Primary source is the pypi sdist, because it contains translations src = fetchPypi { inherit pname version; - hash = "sha256-HG8Uyk52Bj9CpQ+dn+dbsXVBKakXDlRktG4KSkVVVmE="; + hash = "sha256-jVw0Mudb/L4Lw3AodwcOTrNJZctSfEIcXUzxozo7saA="; }; # Secondary source is git for tests @@ -451,7 +390,7 @@ in python.pkgs.buildPythonApplication rec { owner = "home-assistant"; repo = "core"; rev = "refs/tags/${version}"; - hash = "sha256-m3MjJHFq9S0dogFijIlpryqGQoHpLqkqgkWLuIxLHa8="; + hash = "sha256-wKxAwa4t3JbS4puDAufjpzcVLcvEY9Bk73qmg3JeLPk="; }; nativeBuildInputs = with python.pkgs; [ -- cgit 1.4.1