python312Packages.aioairzone: 0.9.0 -> 0.9.1

Diff: https://github.com/Noltari/aioairzone/compare/refs/tags/0.9.0...0.9.1

Changelog: https://github.com/Noltari/aioairzone/releases/tag/0.9.1
This commit is contained in:
Fabian Affolter 2024-09-10 11:21:38 +02:00
parent 90482733bb
commit d8a0df68b1

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone";
rev = "refs/tags/${version}";
hash = "sha256-32fd4+y3EICVesrtSZUf/jYUEIqvPPnSp4hrpgXZoxU=";
hash = "sha256-snZtM5iDaJjqRSTf4kZVjro2k2h/b6XiT4UUCw1gF1g=";
};
build-system = [ setuptools ];