lol

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

+2 -2
+2 -2
pkgs/development/python-modules/aiohomekit/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "aiohomekit"; 24 - version = "3.2.13"; 24 + version = "3.2.14"; 25 25 pyproject = true; 26 26 27 27 disabled = pythonOlder "3.10"; ··· 30 30 owner = "Jc2k"; 31 31 repo = "aiohomekit"; 32 32 tag = version; 33 - hash = "sha256-J6VxfuLHdxJ92V1puOWv+dnlpBKRBww1iP6IcRMqamk="; 33 + hash = "sha256-TP5YW4pIWO0xHV1EY5hDa80MrBOvkZLyQTNP7m0x+AU="; 34 34 }; 35 35 36 36 build-system = [ poetry-core ];