Merge pull request #301058 from fabaff/aiounifi-bump

python312Packages.aiounifi: 73 -> 74
This commit is contained in:
Fabian Affolter 2024-04-03 09:04:48 +02:00 committed by GitHub
commit 1d8a4f6418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "73";
version = "74";
pyproject = true;
disabled = pythonOlder "3.11";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "aiounifi";
rev = "refs/tags/v${version}";
hash = "sha256-xs3+2f/CNabdXm8g2V+sEIR5kQguxi3nMeJLb8TVrck=";
hash = "sha256-5xxgpbnTqR8AWUvRQJiXGJECn0neV8QQyjYKw09sqZg=";
};
postPatch = ''