Skip to content

Commit 71d4e50

Browse files
committed
gcovr: fix
1 parent 2cdf6e7 commit 71d4e50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/gc/gcovr/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ python3Packages.buildPythonPackage rec {
2222
preBuild = ''
2323
substituteInPlace pyproject.toml \
2424
--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"
2529
'';
2630

2731
dependencies =

0 commit comments

Comments
 (0)