python311Packages.sphinx-comments: fix build

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:45 +02:00
parent 429452520d
commit d7f45e3428
@@ -7,6 +7,7 @@
buildPythonPackage rec {
pname = "sphinx-comments";
version = "0.0.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;