python312Packages.aiounifi: 79 -> 80

Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v79...v80

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v80
This commit is contained in:
Fabian Affolter
2024-08-16 22:46:50 +02:00
parent a84cbd3051
commit 54fd626e24
@@ -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 = ''