Merge pull request #321734 from fabaff/aioairzone-bump

python312Packages.aioairzone: 0.7.6 -> 0.7.7
This commit is contained in:
Nick Cao 2024-06-22 10:17:05 -04:00 committed by GitHub
commit d60c3f1479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aioairzone"; pname = "aioairzone";
version = "0.7.6"; version = "0.7.7";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari"; owner = "Noltari";
repo = "aioairzone"; repo = "aioairzone";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-99Km1zizAA0BF4ZlLmKOBoOQzKS/QdWpWC9dzg2s3lU="; hash = "sha256-0YChwHxxINwvhOAmDPn0IUMOItMDDRx6mGbsz6uSIEU=";
}; };
nativeBuildInputs = [ setuptools ]; nativeBuildInputs = [ setuptools ];