guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: python-sphinx: Add 4.5.0.


From: guix-commits
Subject: 10/12: gnu: python-sphinx: Add 4.5.0.
Date: Sat, 13 Aug 2022 13:25:19 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 00e78042b7e1e740bacb42008781548cf763d167
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Aug 13 11:55:51 2022 +0200

    gnu: python-sphinx: Add 4.5.0.
    
    * gnu/packages/sphinx.scm (python-sphinx-4): New variable.
---
 gnu/packages/sphinx.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index b6e7d94462..036950e8cf 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -148,6 +148,18 @@ for Python projects or other documents consisting of 
multiple reStructuredText
 sources.")
     (license license:bsd-2)))
 
+;; Some packages do not support Sphinx 5 yet.  Remove when unused.
+(define-public python-sphinx-4
+  (package
+    (inherit python-sphinx)
+    (version "4.5.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "Sphinx" version))
+              (sha256
+               (base32
+                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))))
+
 (define-public python-sphinxcontrib-apidoc
   (package
     (name "python-sphinxcontrib-apidoc")



reply via email to

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