python312Packages.aioairzone: 0.9.5 -> 0.9.7

Diff: https://github.com/Noltari/aioairzone/compare/refs/tags/0.9.5...0.9.7

Changelog: https://github.com/Noltari/aioairzone/releases/tag/0.9.7
This commit is contained in:
Fabian Affolter 2024-11-21 08:21:19 +01:00
parent 6735eef1b1
commit ce4ef48fe9

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.9.5";
version = "0.9.7";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone";
rev = "refs/tags/${version}";
hash = "sha256-LFMHueSz0ddZNYUL0uuC91dw1ppYcdE/EjKX0ikc+J0=";
hash = "sha256-ZD/lJwYiggE7fUVGjimgGQ+H8zCtOZrZRElc0crrKhw=";
};
build-system = [ setuptools ];