python3Packages.aioairzone-cloud: 0.4.7 -> 0.5.1

https://github.com/Noltari/aioairzone-cloud/releases/tag/0.5.1
This commit is contained in:
Martin Weinelt
2024-04-22 13:59:43 +02:00
parent 9718b32dc6
commit d9f19eae2b
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.4.7";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-DIWRYGDdK/wq1TrPSo9I1oZv5jX4rY4z+u7CTwJtyts=";
hash = "sha256-L5Gb+V0W+9duGV6lRc01jrAfh4U+MS77Y238EeXe0TU=";
};
build-system = [ setuptools ];