python3Packages.aiounifi: 90 -> 91

https://github.com/Kane610/aiounifi/releases/tag/v91
This commit is contained in:
Martin Weinelt
2026-06-04 16:31:20 +02:00
parent 78bc3a26ff
commit 03685892cb
@@ -18,7 +18,7 @@
buildPythonPackage (finalAttrs: {
pname = "aiounifi";
version = "90";
version = "91";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -27,13 +27,13 @@ buildPythonPackage (finalAttrs: {
owner = "Kane610";
repo = "aiounifi";
tag = "v${finalAttrs.version}";
hash = "sha256-xM2x4SwVav2gsuG0G1hJjg4AcdsuCYf3O1fma++EYow=";
hash = "sha256-E98qUl+LpWCz33crrlrYF3aQBqioT0uPANKUYif7zFo=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools==82.0.1" "setuptools" \
--replace-fail "wheel==0.46.3" "wheel"
--replace-fail "wheel==0.47.0" "wheel"
'';
build-system = [ setuptools ];