guix-commits
[Top][All Lists]
Advanced

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

126/361: gnu: python-sphinx-4: Inherit from python-sphinx-5.


From: guix-commits
Subject: 126/361: gnu: python-sphinx-4: Inherit from python-sphinx-5.
Date: Fri, 22 Nov 2024 06:00:25 -0500 (EST)

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

commit fd61452b32a849743d7ab20330cdac3d1210cee2
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 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)



reply via email to

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