From 2d3b80888adc3be01f0cf9b2b5c605ef8e9ea5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 1 Feb 2025 19:41:30 -0800 Subject: [PATCH] python313Packages.hahomematic: 2025.1.11 -> 2025.2.0 Diff: https://github.com/SukramJ/hahomematic/compare/refs/tags/2025.1.11...2025.2.0 Changelog: https://github.com/SukramJ/hahomematic/blob/2025.2.0/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 c7123783cf2e..64a2262160a1 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2025.1.11"; + version = "2025.2.0"; pyproject = true; disabled = pythonOlder "3.12"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "SukramJ"; repo = "hahomematic"; tag = version; - hash = "sha256-XHXQ1A6s5ew5hsivlC83oufYiImpKCRJ7v7NsAn6PJs="; + hash = "sha256-QuPHSd6GHBu7OILMnnif/sbIuujtk+dGKIn8c6Aitq4="; }; __darwinAllowLocalNetworking = true;