python310Packages.aiounifi: 51 -> 52

This commit is contained in:
R. Ryantm
2023-08-11 00:33:46 +00:00
parent fac6214d84
commit e2008128a3
@@ -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 = [