python312Packages.aioairzone: 0.9.4 -> 0.9.5

https://github.com/Noltari/aioairzone/releases/tag/0.9.5
This commit is contained in:
Martin Weinelt
2024-10-18 17:36:26 +02:00
parent ccc0c21268
commit 82c8a151e3
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.9.4";
version = "0.9.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone";
rev = "refs/tags/${version}";
hash = "sha256-dcYp5lMN5twK1HQK/3PhBQ4nm/NKURC0x14ozkbzJ5A=";
hash = "sha256-LFMHueSz0ddZNYUL0uuC91dw1ppYcdE/EjKX0ikc+J0=";
};
build-system = [ setuptools ];