Merge pull request #248442 from r-ryantm/auto-update/python310Packages.aiounifi

python310Packages.aiounifi: 51 -> 52
This commit is contained in:
Nick Cao 2023-08-10 19:45:54 -06:00 committed by GitHub
commit 85fd4e86df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "51";
version = "52";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XR/yZLxTHVHxm/QLCKrp9XFJ7yZybPjPxKEhf1SOzD0=";
hash = "sha256-mghAUZrRBKHM+mIeUGnbJqWD+NhZyikdGsIhf1uohiM=";
};
propagatedBuildInputs = [