python311Packages.aioairzone-cloud: 0.3.7 -> 0.3.8

Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.3.7...0.3.8

Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.3.8
This commit is contained in:
Fabian Affolter 2023-12-30 23:14:05 +01:00
parent 3ff2ce71b8
commit 0a12884559

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.3.7";
version = "0.3.8";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-7QFtWAgLnVX9bS4u/2mV0pga/72G237AWxga6V3vLXY=";
hash = "sha256-h9WUHehTXg73qqpw+sMxoQMzOV+io2GvjwXlr4gF2ns=";
};
nativeBuildInputs = [