python313Packages.aiohomekit: 3.2.14 -> 3.2.15

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

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/3.2.15
This commit is contained in:
Fabian Affolter
2025-06-02 21:35:29 +02:00
parent f2ef30560e
commit bc2cc0946c
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "3.2.14";
version = "3.2.15";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = "aiohomekit";
tag = version;
hash = "sha256-TP5YW4pIWO0xHV1EY5hDa80MrBOvkZLyQTNP7m0x+AU=";
hash = "sha256-UAFiYTAz5TZVviwoCFzeSGi9acVytQU9hgVVVVecOBU=";
};
build-system = [ poetry-core ];