Merge pull request #195432 from NixOS/home-assistant

authored by Martin Weinelt and committed by GitHub 285e77ef 20f76568

+13 -14
+2 -2
pkgs/development/python-modules/aiounifi/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "aiounifi"; 15 - version = "38"; 15 + version = "39"; 16 16 17 17 disabled = pythonOlder "3.9"; 18 18 ··· 20 20 owner = "Kane610"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-NKraMxpP9O22NzO4UDl6zYBeJldTRdf4U43WVQYcPyQ="; 23 + hash = "sha256-FZ8Pu0PHSBC7azzVoSN+UM4UsVG/HRSS01Ys+DTfxRU="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/bluetooth-auto-recovery/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "bluetooth-auto-recovery"; 14 - version = "0.3.3"; 14 + version = "0.3.4"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-vzSpQ43vy0a+8PWdTz/RjdXGxwmebdBX/qXhF6Mnw4Y="; 23 + hash = "sha256-jInCWya146QI7D89zSAPChF8GMDj7NRzu9NvVIbkntM="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
-1
pkgs/development/python-modules/pyjwt/default.nix
··· 2 2 , buildPythonPackage 3 3 , fetchPypi 4 4 , cryptography 5 - , types-cryptography 6 5 , pytestCheckHook 7 6 , pythonOlder 8 7 , sphinxHook
+2 -2
pkgs/development/python-modules/zigpy-xbee/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "zigpy-xbee"; 16 - version = "0.16.1"; 16 + version = "0.16.2"; 17 17 # https://github.com/Martiusweb/asynctest/issues/152 18 18 # broken by upstream python bug with asynctest and 19 19 # is used exclusively by home-assistant with python 3.8 ··· 23 23 owner = "zigpy"; 24 24 repo = "zigpy-xbee"; 25 25 rev = "refs/tags/${version}"; 26 - sha256 = "sha256-75LftepCexIsqVMgrJKeTJWHlPI5zcj2aZbJt09JSwE="; 26 + sha256 = "sha256-EzdKY/VisMUc/5yHN+7JUz1fDM4mCpk5TyApC24z4CU="; 27 27 }; 28 28 29 29 buildInputs = [
+2 -2
pkgs/development/python-modules/zigpy-zigate/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "zigpy-zigate"; 17 - version = "0.10.1"; 17 + version = "0.10.2"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "zigpy"; 24 24 repo = "zigpy-zigate"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-g6EFc9z9LrUawDczgGaIt5o+Vgp5U3swJJD8VftL4bQ="; 26 + hash = "sha256-Vb87G+R4SvAhCF3h/U5Q4/avxPgfIjklWdWGaiIWGhk="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2022.10.2"; 5 + version = "2022.10.3"; 6 6 components = { 7 7 "abode" = ps: with ps; [ 8 8 abodepy
+2 -2
pkgs/servers/home-assistant/default.nix
··· 261 261 extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs); 262 262 263 263 # Don't forget to run parse-requirements.py after updating 264 - hassVersion = "2022.10.2"; 264 + hassVersion = "2022.10.3"; 265 265 266 266 in python.pkgs.buildPythonApplication rec { 267 267 pname = "homeassistant"; ··· 279 279 owner = "home-assistant"; 280 280 repo = "core"; 281 281 rev = version; 282 - hash = "sha256-bx4bixTWeOho8MG5yPBmVp07a7k8xfCli8OhQovG7Qw="; 282 + hash = "sha256-5ffMs6gXOyg0hhB0Wx4bRmSqkr0uRhNcLhLo1PI2UqE="; 283 283 }; 284 284 285 285 # leave this in, so users don't have to constantly update their downstream patch handling
+2 -2
pkgs/servers/home-assistant/frontend.nix
··· 4 4 # the frontend version corresponding to a specific home-assistant version can be found here 5 5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json 6 6 pname = "home-assistant-frontend"; 7 - version = "20221006.0"; 7 + version = "20221010.0"; 8 8 format = "wheel"; 9 9 10 10 src = fetchPypi { ··· 12 12 pname = "home_assistant_frontend"; 13 13 dist = "py3"; 14 14 python = "py3"; 15 - sha256 = "sha256-W4Hu9tH08Q7NSQz91XlECZuBmB5tIHuxGrrNEjl4pdE="; 15 + sha256 = "sha256-TyaEnXHnaFk+V06BjeblYv6VnXsmYCc/7mYicJsBEY8="; 16 16 }; 17 17 18 18 # there is nothing to strip in this package