diff --git a/pkgs/development/python-modules/aiounifi/default.nix b/pkgs/development/python-modules/aiounifi/default.nix index d5e43f7798ae..45203634f776 100644 --- a/pkgs/development/python-modules/aiounifi/default.nix +++ b/pkgs/development/python-modules/aiounifi/default.nix @@ -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 ];