From 70d73d52f53283d18496ba09e0dbd1074e483eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 6 Jan 2026 14:21:15 -0800 Subject: [PATCH] python3Packages.aiohomematic: 2026.1.9 -> 2026.1.13 Diff: https://github.com/SukramJ/aiohomematic/compare/2026.1.9...2026.1.13 Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.1.13/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 ab3b5dad39ca..de78b384e023 100644 --- a/pkgs/development/python-modules/aiohomematic/default.nix +++ b/pkgs/development/python-modules/aiohomematic/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "aiohomematic"; - version = "2026.1.9"; + version = "2026.1.13"; pyproject = true; src = fetchFromGitHub { owner = "SukramJ"; repo = "aiohomematic"; tag = version; - hash = "sha256-bPz40fOSEimhUrSyOO0JVahFjL2V48x8IHdaA6mh3VI="; + hash = "sha256-47Ts6KmT5oNo67sn1xr7k4saKwHyOSQPnJ5MDT4R1fg="; }; build-system = [ setuptools ];