python311Packages.aiohomekit: 2.6.9 -> 2.6.10

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

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/2.6.10
This commit is contained in:
Fabian Affolter 2023-07-22 22:22:19 +02:00
parent 883fd35c94
commit a060d5fcbb

View file

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