Merge pull request #269739 from fabaff/aiounifi-bump

python311Packages.aiounifi: 65 -> 66
This commit is contained in:
Fabian Affolter
2023-11-25 09:05:50 +01:00
committed by GitHub
@@ -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 = ''