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

Changed files
+2 -2
pkgs
development
python-modules
aiohomematic
+2 -2
pkgs/development/python-modules/aiohomematic/default.nix
···
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 = ''