9 buildPythonPackage rec {
14 disabled = pythonOlder "3.11";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-99Km1zizAA0BF4ZlLmKOBoOQzKS/QdWpWC9dzg2s3lU=";
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 ];