python313Packages.aiohomekit: 3.2.13 -> 3.2.14

Diff: https://github.com/Jc2k/aiohomekit/compare/refs/tags/3.2.13...refs/tags/3.2.14

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/3.2.14
This commit is contained in:
Fabian Affolter
2025-04-24 11:02:09 +02:00
parent b32b0e868a
commit 1f63458ea4
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "3.2.13";
version = "3.2.14";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = "aiohomekit";
tag = version;
hash = "sha256-J6VxfuLHdxJ92V1puOWv+dnlpBKRBww1iP6IcRMqamk=";
hash = "sha256-TP5YW4pIWO0xHV1EY5hDa80MrBOvkZLyQTNP7m0x+AU=";
};
build-system = [ poetry-core ];