guix-commits
[Top][All Lists]
Advanced

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

129/231: gnu: python-sphinx-4: Inherit from python-sphinx-5.


From: guix-commits
Subject: 129/231: gnu: python-sphinx-4: Inherit from python-sphinx-5.
Date: Tue, 15 Oct 2024 17:11:14 -0400 (EDT)

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

commit eaa35a0fd67999b5619b812835200c74f09f4ba9
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 2441027afe..a1eb6f46fa 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -253,7 +253,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)



reply via email to

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