Merge pull request #205377 from tjni/cleo

authored by Sandro and committed by GitHub d17bdc22 d0377c94

-5
-5
pkgs/development/python-modules/cleo/default.nix
··· 20 20 hash = "sha256-y9PYlGSPLpZl9Ad2AFuDKIopH0LRETLp35aiZtLcXzM="; 21 21 }; 22 22 23 - postPatch = '' 24 - substituteInPlace pyproject.toml \ 25 - --replace 'crashtest = "^0.3.1"' 'crashtest = "*"' 26 - ''; 27 - 28 23 nativeBuildInputs = [ 29 24 poetry-core 30 25 ];