python311Packages.aioairzone-cloud: 0.1.6 -> 0.1.7

Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.1.6...0.1.7

Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.1.7
This commit is contained in:
Fabian Affolter
2023-06-01 00:18:07 +02:00
parent 4c04286693
commit e8bb343be8
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.1.6";
version = "0.1.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-9VLjZaIru3FRZyovZ4j8ks7lNZOft2bwAzDodTdqjH0=";
hash = "sha256-IkV0gwsd/87GZ9LSQu6azQuoxPXuKNbjZMekVKxAl/A=";
};
nativeBuildInputs = [