python311Packages.aiounifi: 50 -> 51

https://github.com/Kane610/aiounifi/releases/tag/v51
This commit is contained in:
Martin Weinelt 2023-08-04 20:59:48 +02:00
parent cc32deeb91
commit 62c5f723fb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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