diff --git a/pkgs/development/python-modules/poetry/default.nix b/pkgs/development/python-modules/poetry/default.nix index a76bb773a84a..8f62c3e6eb16 100644 --- a/pkgs/development/python-modules/poetry/default.nix +++ b/pkgs/development/python-modules/poetry/default.nix @@ -55,7 +55,8 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ - --replace 'crashtest = "^0.3.0"' 'crashtest = "*"' + --replace 'crashtest = "^0.3.0"' 'crashtest = "*"' \ + --replace 'xattr = { version = "^0.9.7"' 'xattr = { version = "^0.10.0"' ''; nativeBuildInputs = [