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

View File

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