python312Packages.aiounifi: 78 -> 79

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

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v79
This commit is contained in:
Fabian Affolter
2024-06-22 13:07:37 +02:00
parent f56c8069d6
commit 104590e739

View File

@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "78";
version = "79";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "aiounifi";
rev = "refs/tags/v${version}";
hash = "sha256-fY3VsXJfs/uqqQjR6Sp03XlkCOk+8GvXq476dgagJQ8=";
hash = "sha256-okyUjHWzm2LKyDSmE93qbc8XK4fMQMr9R0L/W7GSeUw=";
};
postPatch = ''