icloudpd: fix build tool versions

This commit is contained in:
Matt Moriarity
2025-01-07 17:47:20 -07:00
parent 664f461929
commit cb657c1649
+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}"