python312Packages.aiounifi: 79 -> 80 (#335006)

https://github.com/Kane610/aiounifi/releases/tag/v80
This commit is contained in:
R. RyanTM 2024-08-17 07:45:27 +10:00 committed by Martin Weinelt
parent a46394f780
commit ae0f526654
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "79";
version = "80";
pyproject = true;
disabled = pythonOlder "3.11";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "aiounifi";
rev = "refs/tags/v${version}";
hash = "sha256-okyUjHWzm2LKyDSmE93qbc8XK4fMQMr9R0L/W7GSeUw=";
hash = "sha256-320ptaKT+6mKUj9y+MvGovp4/XVbYIlDTb9lLXY7c1w=";
};
postPatch = ''