python311Packages.aioairzone-cloud: 0.2.7 -> 0.3.0

This commit is contained in:
R. Ryantm 2023-10-23 07:41:22 +00:00
parent 597baf8b7e
commit 2f725bac32

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.2.7";
version = "0.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-v6cK4j16BhTqjdc5J9XQWGFCa1r9f0/dto9teVTNn0c=";
hash = "sha256-tsx98DG/TvTrVwUy9fscErf+3zUC5XVs50lHKW/9pdQ=";
};
nativeBuildInputs = [