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
This commit is contained in:
Robert Schütz
2025-10-01 14:34:42 -07:00
parent e379c9a9d0
commit 466d109460
@@ -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 = ''