python3Packages.aiounifi: 91 -> 93

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v93
This commit is contained in:
Fabian Affolter
2026-08-24 16:41:25 +02:00
parent f74405caa6
commit 7257e6a07c

View File

@@ -18,7 +18,7 @@
buildPythonPackage (finalAttrs: {
pname = "aiounifi";
version = "91";
version = "93";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -27,13 +27,13 @@ buildPythonPackage (finalAttrs: {
owner = "Kane610";
repo = "aiounifi";
tag = "v${finalAttrs.version}";
hash = "sha256-E98qUl+LpWCz33crrlrYF3aQBqioT0uPANKUYif7zFo=";
hash = "sha256-hPRn46Oeuj9UnB7rT243g2aMirtWoC88CPg1E5S4OMo=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools==82.0.1" "setuptools" \
--replace-fail "wheel==0.47.0" "wheel"
--replace-fail "setuptools==84.0.0" "setuptools" \
--replace-fail "wheel==0.48.0" "wheel"
'';
build-system = [ setuptools ];