lol

gcovr: fix

znaniye 71d4e501 2cdf6e75

+4
+4
pkgs/by-name/gc/gcovr/package.nix
··· 22 22 preBuild = '' 23 23 substituteInPlace pyproject.toml \ 24 24 --replace-fail "hatchling==1.26.1" "hatchling" 25 + substituteInPlace pyproject.toml \ 26 + --replace-fail "hatch-fancy-pypi-readme==24.1.0" "hatch-fancy-pypi-readme>=24.1.0" 27 + substituteInPlace pyproject.toml \ 28 + --replace-fail "hatch-vcs==0.4.0" "hatch-vcs>=0.4.0" 25 29 ''; 26 30 27 31 dependencies =