python312Packages.aioairzone: 0.9.0 -> 0.9.1 (#340962)

This commit is contained in:
Fabian Affolter
2024-09-10 14:58:07 +02:00
committed by GitHub
@@ -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 ];