From 6e64024c3c66eb2c99b97fad388e5f8498afbab2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 5 Jul 2025 00:22:54 +0200 Subject: [PATCH] python3Packages.aiounifi: 83 -> 84 https://github.com/Kane610/aiounifi/releases/tag/v84 --- pkgs/development/python-modules/aiounifi/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/aiounifi/default.nix b/pkgs/development/python-modules/aiounifi/default.nix index 6a170f7a5185..df0c84a343f3 100644 --- a/pkgs/development/python-modules/aiounifi/default.nix +++ b/pkgs/development/python-modules/aiounifi/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "aiounifi"; - version = "83"; + version = "84"; pyproject = true; disabled = pythonOlder "3.11"; @@ -26,13 +26,13 @@ buildPythonPackage rec { owner = "Kane610"; repo = "aiounifi"; tag = "v${version}"; - hash = "sha256-xWmSrjdlvpPlWALqABwNRxgG+FzOZBj8kF0AZsY7l5Q="; + hash = "sha256-8zOM1K1N1NFUQwyEVRDFqHntK+HSpXG2F1sRhOs7Bc4="; }; postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail "setuptools==75.8.2" "setuptools" \ - --replace-fail "wheel==" "wheel>=" + --replace-fail "setuptools==80.9.0" "setuptools" \ + --replace-fail "wheel==0.46.1" "wheel" ''; build-system = [ setuptools ];