diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-09 22:55:34 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:45 +0000 |
commit | 51b57dc03c710857a9a4910f208e2e2baa34de78 (patch) | |
tree | f0331b2ee61bb70d5522173e422e0d0c9aaa099f /gnu/packages | |
parent | 8f473d8cffadeade7f190f486e745139b1424a2f (diff) | |
download | guix-51b57dc03c710857a9a4910f208e2e2baa34de78.tar.gz guix-51b57dc03c710857a9a4910f208e2e2baa34de78.zip |
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
Diffstat (limited to 'gnu/packages')
-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) |