From 70947273a4e7982d3788b2aecb0fd4019f91b6f3 Mon Sep 17 00:00:00 2001 From: kashw2 Date: Wed, 12 Nov 2025 07:30:05 +1000 Subject: [PATCH] whatstyle: fix postPatch --- pkgs/development/tools/misc/whatstyle/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/whatstyle/default.nix b/pkgs/development/tools/misc/whatstyle/default.nix index ca9839c2fedf..07c78d872452 100644 --- a/pkgs/development/tools/misc/whatstyle/default.nix +++ b/pkgs/development/tools/misc/whatstyle/default.nix @@ -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 = [