guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

98/195: gnu: python-sphinx-4: Inherit from python-sphinx-5.


From: guix-commits
Subject: 98/195: gnu: python-sphinx-4: Inherit from python-sphinx-5.
Date: Tue, 15 Oct 2024 03:29:52 -0400 (EDT)

sharlatan pushed a commit to branch python-team-rebased
in repository guix.

commit caf48e3afc09c26f2d65e67d837dc4a3db2daf0b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 9 22:55:34 2024 +0200

    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
---
 gnu/packages/sphinx.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]