From c4ae77b8cf54abfe585d08fc0c21fb23151d687f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 12 Jul 2026 11:23:38 -0700 Subject: [PATCH] python3Packages.aiohomematic: 2026.7.2 -> 2026.7.6 Diff: https://github.com/SukramJ/aiohomematic/compare/2026.7.2...2026.7.6 Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.7.6/changelog.md --- pkgs/development/python-modules/aiohomematic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiohomematic/default.nix b/pkgs/development/python-modules/aiohomematic/default.nix index 567f2f7f6c74..a6f9579b4a0e 100644 --- a/pkgs/development/python-modules/aiohomematic/default.nix +++ b/pkgs/development/python-modules/aiohomematic/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "aiohomematic"; - version = "2026.7.2"; + version = "2026.7.6"; pyproject = true; disabled = pythonOlder "3.14"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "SukramJ"; repo = "aiohomematic"; tag = version; - hash = "sha256-P9w6re8ZRw04v6YKSYeYwjrpYpwqGSmRNWk4J+GbwpM="; + hash = "sha256-dshlAmjzv13Q9AijApEDNvhI3jLzDMLBs8KDtElzqJ4="; }; build-system = [ setuptools ];