From 013dc975b8ed53597646c1fd0c2d021f63e0e0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 3 Apr 2026 15:45:40 -0700 Subject: [PATCH] python3Packages.aiohomematic: 2026.3.23 -> 2026.4.0 Diff: https://github.com/SukramJ/aiohomematic/compare/2026.3.23...2026.4.0 Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.4.0/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 8c9ab2ae39bf..28382e92fb67 100644 --- a/pkgs/development/python-modules/aiohomematic/default.nix +++ b/pkgs/development/python-modules/aiohomematic/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "aiohomematic"; - version = "2026.3.23"; + version = "2026.4.0"; pyproject = true; disabled = pythonOlder "3.14"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "SukramJ"; repo = "aiohomematic"; tag = version; - hash = "sha256-zbXz/pg5CB8YLs6oF3Nv8gVimc/jQu3pHRpD/y3Wp5Q="; + hash = "sha256-rujAMHFYzTccrXZF2//5k2iGL90fEdigL3Ni40Ogmxo="; }; build-system = [ setuptools ];