python311Packages.aioairzone: 0.6.8 -> 0.6.9

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

Changelog: https://github.com/Noltari/aioairzone/releases/tag/0.6.9
This commit is contained in:
Fabian Affolter 2023-10-21 10:25:00 +02:00 committed by Martin Weinelt
parent 26b3794e2d
commit f7251b58fd
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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