gcovr: fix (#438228)

Changed files
+4
pkgs
by-name
gc
gcovr
+4
pkgs/by-name/gc/gcovr/package.nix
···
preBuild = ''
substituteInPlace pyproject.toml \
--replace-fail "hatchling==1.26.1" "hatchling"
+
substituteInPlace pyproject.toml \
+
--replace-fail "hatch-fancy-pypi-readme==24.1.0" "hatch-fancy-pypi-readme>=24.1.0"
+
substituteInPlace pyproject.toml \
+
--replace-fail "hatch-vcs==0.4.0" "hatch-vcs>=0.4.0"
'';
dependencies =