python312Packages.aiounifi: 74 -> 75

This commit is contained in:
R. Ryantm 2024-04-19 03:18:40 +00:00
parent 1f3ac32a1e
commit d0e24b1602
1 changed files with 2 additions and 2 deletions

View File

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