Fabian Affolter 2024-11-06 20:47:43 +01:00 committed by Martin Weinelt
parent 1c885ada30
commit cf03e22456
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.6.7";
version = "0.6.10";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-6M80Qm5stk3wsZ55wcrJc8Y/TDd5zLWwiOhKj+5FQHs=";
hash = "sha256-H78vlCGJhIE1/utX4Dh1vssOwYnQxCytsEs+hpOPVtM=";
};
build-system = [ setuptools ];