python311Packages.aioairzone-cloud: 0.5.2 -> 0.5.3

This commit is contained in:
R. Ryantm 2024-06-22 02:05:20 +00:00
parent 47ea5bd487
commit e502a16439

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.5.2";
version = "0.5.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-06r6Q+MdEirLiPrx71NDp8oeRJzqgDg8FtXt46vHutE=";
hash = "sha256-HI6ZSplKS8V+lfkyx1H8wcSPbNxJNF7h5qn7s75qCtI=";
};
build-system = [ setuptools ];