Merge pull request #336411 from r-ryantm/auto-update/python312Packages.aioairzone

python312Packages.aioairzone: 0.8.1 -> 0.8.2
This commit is contained in:
OTABI Tomoya
2024-08-24 07:58:41 +09:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.8.1";
version = "0.8.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone";
rev = "refs/tags/${version}";
hash = "sha256-mi8zRnZ9fZEOzX+ZqKsQ+OpvzGRKa4qyInENh+KVoNg=";
hash = "sha256-v/fLWsaVxgKa70X6Lac4ieVU3l3jhIWphWDtLPUZwlA=";
};
nativeBuildInputs = [ setuptools ];