python312Packages.pandas: remove leading `\` in postPatch

Makes adding a new command to `postPatch` not get interpreted as another
`substituteInPlace` argument.

+1 -1
+1 -1
pkgs/development/python-modules/pandas/default.nix
··· 87 87 postPatch = '' 88 88 substituteInPlace pyproject.toml \ 89 89 --replace-fail "meson-python==0.13.1" "meson-python>=0.13.1" \ 90 - --replace-fail "meson==1.2.1" "meson>=1.2.1" \ 90 + --replace-fail "meson==1.2.1" "meson>=1.2.1" 91 91 ''; 92 92 93 93 nativeBuildInputs = [