python312Packages.python-roborock: update --replace

This commit is contained in:
Fabian Affolter 2024-04-12 10:23:49 +02:00
parent 12e189c1ac
commit dfb067ede6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "poetry-core==1.8.0" "poetry-core"
--replace-fail "poetry-core==1.8.0" "poetry-core"
'';
pythonRelaxDeps = [ "pycryptodome" ];