python313Packages.aiohomekit: 3.2.15 -> 3.2.17

Diff: https://github.com/Jc2k/aiohomekit/compare/3.2.15...3.2.17

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/3.2.17
This commit is contained in:
Fabian Affolter
2025-09-16 18:18:13 +02:00
parent 895fd1610f
commit 695d014a58
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "3.2.15";
version = "3.2.17";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = "aiohomekit";
tag = version;
hash = "sha256-UAFiYTAz5TZVviwoCFzeSGi9acVytQU9hgVVVVecOBU=";
hash = "sha256-O9GKqHpbo0y2yHsieZMAeI+rDMuD0SHS8TGjOp2e6mE=";
};
build-system = [ poetry-core ];