python312Packages.aioairzone: 0.7.7 -> 0.8.1

This commit is contained in:
R. Ryantm
2024-08-09 14:46:52 +02:00
committed by Martin Weinelt
parent 7b86eb63e7
commit dc0e4f9ec5
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.7.7";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone";
rev = "refs/tags/${version}";
hash = "sha256-0YChwHxxINwvhOAmDPn0IUMOItMDDRx6mGbsz6uSIEU=";
hash = "sha256-mi8zRnZ9fZEOzX+ZqKsQ+OpvzGRKa4qyInENh+KVoNg=";
};
nativeBuildInputs = [ setuptools ];