python311Packages.aiohomekit: 3.0.5 -> 3.0.6

Diff: https://github.com/Jc2k/aiohomekit/compare/refs/tags/3.0.5...3.0.6

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/3.0.6
This commit is contained in:
Fabian Affolter 2023-10-20 09:06:35 +02:00
parent 680602e764
commit 4006c57502

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "3.0.5";
version = "3.0.6";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Rux3fRP1lM42i42K24t27DwAadi+NRJJHDhPAjZXb7s=";
hash = "sha256-e7KSgUOEA3iAR4QdUhjYcHsPdtCJRxu6u+uxuDMaghQ=";
};
nativeBuildInputs = [