diff --git a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix index 8f6632c129db..ea30fa2e928d 100644 --- a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix @@ -4,8 +4,8 @@ fetchFromGitHub, sphinx, pyenchant, - setuptools, - setuptools-scm, + hatchling, + hatch-vcs, wheel, }: @@ -22,8 +22,8 @@ buildPythonPackage rec { }; nativeBuildInputs = [ - setuptools - setuptools-scm + hatchling + hatch-vcs wheel ];