diff options
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 4b2e12adc4..b6fe561d00 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -268,7 +268,7 @@ sources.") ;; Some packages do not support Sphinx 5 yet. Remove when unused. (define-public python-sphinx-4 (package - (inherit python-sphinx) + (inherit python-sphinx-5) (version "4.5.0") (source (origin (method url-fetch) |