python312Packages.aioairzone-cloud: 0.6.1 -> 0.6.2

Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.6.1...0.6.2

Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.6.2
This commit is contained in:
Fabian Affolter 2024-08-16 23:48:06 +02:00
parent 25b8c5acdf
commit 56235a8a7a

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.6.1";
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-0aqY8Bg/kDSaNGSQ8hrlUQpfwYM3sVxQHm75/khgRTM=";
hash = "sha256-ByXSLfcUyj8i6t5guHnJedZrevGm71ad19vA/CxwTJ4=";
};
build-system = [ setuptools ];