whatstyle: fix postPatch

This commit is contained in:
kashw2
2026-01-17 01:51:40 +10:00
parent 41aed6f43d
commit 70947273a4
@@ -18,8 +18,8 @@ python3.pkgs.buildPythonApplication rec {
# Fix references to previous version, to avoid confusion:
postPatch = ''
substituteInPlace setup.py --replace-fail 0.1.6 ${version}
substituteInPlace whatstyle.py --replace-fail 0.1.6 ${version}
substituteInPlace setup.py --replace-fail 0.1.9 ${version}
substituteInPlace whatstyle.py --replace-fail 0.1.9 ${version}
'';
nativeCheckInputs = [