~ruther/guix-local

51b57dc03c710857a9a4910f208e2e2baa34de78 — Ricardo Wurmus 2 years ago 8f473d8
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/sphinx.scm
M gnu/packages/sphinx.scm => gnu/packages/sphinx.scm +1 -1
@@ 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)