python311Packages.aioairzone: 0.6.9 -> 0.7.2

Diff: https://github.com/Noltari/aioairzone/compare/refs/tags/0.6.9...0.7.2

Changelog: https://github.com/Noltari/aioairzone/releases/tag/0.7.2
This commit is contained in:
Fabian Affolter 2023-12-16 10:07:46 +01:00
parent 3dda6d5ed5
commit 7bee166192

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.6.9";
version = "0.7.2";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-0nbH0pnTYRuSOkzG5Yn/fJmRKtXBMd6ti6Z+AW72j3Q=";
hash = "sha256-ppzusDyGTh2HnDFjqXClyHzjK/TFKvGOWg5Nb2fDGnc=";
};
nativeBuildInputs = [