Loading pkgs/development/python-modules/aioairzone/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "aioairzone"; version = "0.8.2"; version = "0.9.0"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -18,12 +18,12 @@ buildPythonPackage rec { owner = "Noltari"; repo = "aioairzone"; rev = "refs/tags/${version}"; hash = "sha256-v/fLWsaVxgKa70X6Lac4ieVU3l3jhIWphWDtLPUZwlA="; hash = "sha256-32fd4+y3EICVesrtSZUf/jYUEIqvPPnSp4hrpgXZoxU="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ aiohttp ]; dependencies = [ aiohttp ]; # Module has no tests doCheck = false; Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { description = "Module to control AirZone devices"; homepage = "https://github.com/Noltari/aioairzone"; changelog = "https://github.com/Noltari/aioairzone/releases/tag/${version}"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/aioairzone/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "aioairzone"; version = "0.8.2"; version = "0.9.0"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -18,12 +18,12 @@ buildPythonPackage rec { owner = "Noltari"; repo = "aioairzone"; rev = "refs/tags/${version}"; hash = "sha256-v/fLWsaVxgKa70X6Lac4ieVU3l3jhIWphWDtLPUZwlA="; hash = "sha256-32fd4+y3EICVesrtSZUf/jYUEIqvPPnSp4hrpgXZoxU="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ aiohttp ]; dependencies = [ aiohttp ]; # Module has no tests doCheck = false; Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { description = "Module to control AirZone devices"; homepage = "https://github.com/Noltari/aioairzone"; changelog = "https://github.com/Noltari/aioairzone/releases/tag/${version}"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }