From 2f43c03cc94e9edf071c27d11b0206b52dcf389e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 20 Nov 2024 12:51:04 -0800 Subject: [PATCH 1/2] python312Packages.hahomematic: 2024.10.17 -> 2024.11.7 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2024.10.17...2024.11.7 Changelog: https://github.com/danielperna84/hahomematic/blob/refs/tags/2024.11.7/changelog.md --- pkgs/development/python-modules/hahomematic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index 4fd81b39ee74..a2513b2ff295 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2024.10.17"; + version = "2024.11.7"; pyproject = true; disabled = pythonOlder "3.12"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = "hahomematic"; rev = "refs/tags/${version}"; - hash = "sha256-7VCmZcs2WtS9rlWby40dZGXcFY8E+3q+QH2URJkOLLQ="; + hash = "sha256-9sCsddVgzfObmhSwfayuf7n7VNlDKKCLM8/dsMH91GA="; }; __darwinAllowLocalNetworking = true; From eb364e3146d29c91aab8871e071570d995acde29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 20 Nov 2024 12:52:00 -0800 Subject: [PATCH 2/2] home-assistant-custom-components.homematicip_local: 1.69.0 -> 1.71.0 Diff: https://github.com/danielperna84/custom_homematic/compare/refs/tags/1.69.0...1.71.0 Changelog: https://github.com/danielperna84/custom_homematic/blob/1.71.0/changelog.md --- .../custom-components/homematicip_local/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix index ffdd4f185840..40b99c6301f9 100644 --- a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix @@ -7,13 +7,13 @@ buildHomeAssistantComponent rec { owner = "danielperna84"; domain = "homematicip_local"; - version = "1.69.0"; + version = "1.71.0"; src = fetchFromGitHub { owner = "danielperna84"; repo = "custom_homematic"; rev = "refs/tags/${version}"; - hash = "sha256-WDppel1nbl35oKiJfudhdU9LU9ZATwju1nALtDBefYk="; + hash = "sha256-KJ9sckKOWHY2E1V/BmBxrg/1oStQ3h7iwQJ4fnV5yuc="; }; dependencies = [