We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a3c79 + 71d4e50 commit c8b00a1Copy full SHA for c8b00a1
pkgs/by-name/gc/gcovr/package.nix
@@ -22,6 +22,10 @@ python3Packages.buildPythonPackage rec {
22
preBuild = ''
23
substituteInPlace pyproject.toml \
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
28
+ --replace-fail "hatch-vcs==0.4.0" "hatch-vcs>=0.4.0"
29
'';
30
31
dependencies =
0 commit comments