From 466d1094602a63acfcc4bd89586928319fea210d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 1 Oct 2025 05:42:25 -0700 Subject: [PATCH] python3Packages.aiohomematic: 2025.9.4 -> 2025.10.1 Diff: https://github.com/SukramJ/aiohomematic/compare/2025.9.4...2025.10.1 Changelog: https://github.com/SukramJ/aiohomematic/blob/2025.10.1/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 1a2f89f796df..e93ea89b93c1 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 = "2025.9.4"; + version = "2025.10.1"; pyproject = true; src = fetchFromGitHub { owner = "SukramJ"; repo = "aiohomematic"; tag = version; - hash = "sha256-+OoWomZCrRPHtpmYnzjhvcpidP5GWQwWoZpTZ4Bdgwg="; + hash = "sha256-6bJh+9giJaxmUB/UHRt/RmtoMYkCJ4ZF01WA2K6NF9Y="; }; postPatch = ''