From 25f517f973eb524ed97ea02b97e6dfc644fa56a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 8 Jan 2026 01:17:23 -0800 Subject: [PATCH] python3Packages.aiohomematic: 2026.1.13 -> 2026.1.17 Diff: https://github.com/SukramJ/aiohomematic/compare/2026.1.13...2026.1.17 Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.1.17/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 de78b384e023..484367be4c3c 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.13"; + version = "2026.1.17"; pyproject = true; src = fetchFromGitHub { owner = "SukramJ"; repo = "aiohomematic"; tag = version; - hash = "sha256-47Ts6KmT5oNo67sn1xr7k4saKwHyOSQPnJ5MDT4R1fg="; + hash = "sha256-pkjSo2yc4mWbvpYJDc6vK4ugZSSv1mTED8IHWJvL/so="; }; build-system = [ setuptools ];