python311Packages.sphinx-version-warning: fix build

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:45 +02:00
parent a8bcb38cf2
commit ecbe8e0030
@@ -15,9 +15,11 @@
# Latest tagged release release "1.1.2" (Nov 2018) does not contain
# documenation, it was added in commits Aug 10, 2019. Repository does not have
# any activity since then.
buildPythonPackage rec {
buildPythonPackage {
pname = "sphinx-version-warning";
version = "unstable-2019-08-10";
format = "pyproject";
outputs = [ "out" "doc" ];
src = fetchFromGitHub {