python3Packages.sphinx-hoverxref: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt
2023-09-22 21:11:22 +02:00
parent ce73994545
commit 8c2b94fe2f
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "sphinx-hoverxref";
version = "1.3.0";
format = "flit";
format = "pyproject";
outputs = [ "out" "doc" ];
src = fetchFromGitHub {