Merge pull request #310747 from annaleeleaves/stim-fix

python312Packages.stim: update substitute pattern; unbreak

authored by rewine and committed by GitHub 3e0bedf9 3137e842

+1 -1
+1 -1
pkgs/development/python-modules/stim/default.nix
··· 32 32 postPatch = '' 33 33 # asked to relax this in https://github.com/quantumlib/Stim/issues/623 34 34 substituteInPlace pyproject.toml \ 35 - --replace "pybind11==" "pybind11>=" 35 + --replace-quiet "pybind11~=" "pybind11>=" 36 36 ''; 37 37 38 38 nativeBuildInputs = [