9 buildPythonPackage rec {
14 disabled = pythonOlder "3.11";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-0nbH0pnTYRuSOkzG5Yn/fJmRKtXBMd6ti6Z+AW72j3Q=";
27 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Module to control AirZone devices";
40 homepage = "https://github.com/Noltari/aioairzone";
41 changelog = "https://github.com/Noltari/aioairzone/releases/tag/${version}";
42 license = with licenses; [ asl20 ];
43 maintainers = with maintainers; [ fab ];