python3Packages.aiounifi: 83 -> 84

https://github.com/Kane610/aiounifi/releases/tag/v84
This commit is contained in:
Martin Weinelt
2025-07-05 00:22:58 +02:00
parent 67599009fa
commit 6e64024c3c
@@ -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 ];