python310Packages.aiohomekit: 2.4.4 -> 2.4.6

Diff: https://github.com/Jc2k/aiohomekit/compare/refs/tags/2.4.4...2.4.6

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/2.4.6
This commit is contained in:
Martin Weinelt 2023-02-05 04:08:48 +01:00
parent f402501c2c
commit 43142af631
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "2.4.4";
version = "2.4.6";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-a7i8xBlTM3DZDZBzLe/sbMR4CNx7XMxNQ6tiMI6MoTg=";
hash = "sha256-QCPZaxVCQSckZ7qjV9wF7YqgTOFPbRy4xOQVDvReav4=";
};
nativeBuildInputs = [