python39Packages.twentemilieu: fix version number

This commit is contained in:
Sandro Jäckel
2022-02-06 18:53:15 -08:00
committed by Jonathan Ringer
parent 7d7a5249d4
commit 97d005f6df
@@ -26,7 +26,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "--cov" ""
--replace "--cov" "" \
--replace '"0.0.0"' '"${version}"'
'';
nativeBuildInputs = [