icloudpd: fix build tool versions (#371969)

This commit is contained in:
Jon Seager
2025-01-08 08:30:46 +00:00
committed by GitHub
+2 -2
View File
@@ -72,8 +72,8 @@ python3Packages.buildPythonApplication rec {
preBuild = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools==69.0.2" "setuptools" \
--replace-fail "wheel==0.42.0" "wheel"
--replace-fail "setuptools==75.6.0" "setuptools" \
--replace-fail "wheel==0.45.1" "wheel"
substituteInPlace src/foundation/__init__.py \
--replace-fail "0.0.1" "${version}"