python3Packages.sphinx-hoverxref: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:36:36 +02:00
parent ce73994545
commit 8c2b94fe2f

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "sphinx-hoverxref";
version = "1.3.0";
format = "flit";
format = "pyproject";
outputs = [ "out" "doc" ];
src = fetchFromGitHub {