python312Packages.aiounifi: 75 -> 76

Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v75...v76

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v76
This commit is contained in:
Fabian Affolter 2024-04-23 09:24:42 +02:00
parent 6ce2c5d6a7
commit d7a720efca
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "75";
version = "76";
pyproject = true;
disabled = pythonOlder "3.11";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "aiounifi";
rev = "refs/tags/v${version}";
hash = "sha256-IPm3/i+JJpjVfRFq+Yq1mfajHL/mOARk5koyy/t37NQ=";
hash = "sha256-N9N7sMHBiEhYUFok4bTSJZyp5pkJzj9pMxahY6FTx+I=";
};
postPatch = ''