diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-09 22:55:34 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 23:53:11 +0100 |
commit | caf48e3afc09c26f2d65e67d837dc4a3db2daf0b (patch) | |
tree | 54db0a706ad34d3244c0e9413ef22f09e55a870d | |
parent | dc5f8fdf1d30e5335df6a3afebbc572a5c840825 (diff) |
gnu: python-sphinx-4: Inherit from python-sphinx-5.
* gnu/packages/sphinx.scm (python-sphinx-4): Inherit from python-sphinx-5, in
particular the arguments field.
Change-Id: Icb15e34b7bfbe38d17f4cd64234316950437538d
-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 f043e79d80..e20698b52f 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -256,7 +256,7 @@ projects or other documents consisting of multiple reStructuredText 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) |