python311Packages.aiohomekit: 2.6.7 -> 2.6.9

Diff: https://github.com/Jc2k/aiohomekit/compare/refs/tags/2.6.7...2.6.9

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/2.6.9
This commit is contained in:
Fabian Affolter 2023-07-20 18:13:16 +02:00
parent 4b7ad2c7ea
commit ecf5031968

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "2.6.7";
version = "2.6.9";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Yzya4sSIjiTLZTy2MTIfyN/yaS/BWN+rCFukWCJ4ijA=";
hash = "sha256-XhJDc5fkk5kMb6VMGXOAUWxOYMbC1AkFSUMHWPMMvfo=";
};
nativeBuildInputs = [