python311Packages.aiounifi: 65 -> 66

Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v65...v66

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v66
This commit is contained in:
Fabian Affolter
2023-11-25 00:11:28 +01:00
parent 03bff322cd
commit 6d978c1851
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "65";
version = "66";
format = "pyproject";
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-VpDtr5r7BxZDd8G8tPrHRVo+LRhsFoMlVUuOcG/3g0s=";
hash = "sha256-UWKsx7giGrNR04X/2vgdaCFulxbzQkvlRfCEodVoHY8=";
};
postPatch = ''