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

python312Packages.aioairzone: 0.7.5 -> 0.7.6
This commit is contained in:
Nick Cao 2024-03-05 09:26:47 -05:00 committed by GitHub
commit bcb84f0f50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aioairzone";
version = "0.7.5";
version = "0.7.6";
pyproject = true;
disabled = pythonOlder "3.11";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone";
rev = "refs/tags/${version}";
hash = "sha256-mliyDKh+7M8GQ0ZJijoYrqKDeAqRHfKGyPJM/5no+fM=";
hash = "sha256-99Km1zizAA0BF4ZlLmKOBoOQzKS/QdWpWC9dzg2s3lU=";
};
nativeBuildInputs = [