python310Packages.aiohomekit: 2.5.0 -> 2.6.1

Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/2.6.1
This commit is contained in:
Fabian Affolter 2023-02-20 12:56:28 +01:00
parent d784144467
commit c80bfb4052

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "2.5.0";
version = "2.6.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-uFmQLeGPnFDABA4Uu1sL/2uUJnL+feclpGyJyISJx2E=";
hash = "sha256-g/8vzd7ehPNVNzvymXU/i8NiYv7UR9uWfUPnVDQsFg0=";
};
nativeBuildInputs = [