guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-sphinx-4: Fix sanity-check failure


From: guix-commits
Subject: branch master updated: gnu: python-sphinx-4: Fix sanity-check failure
Date: Sun, 07 May 2023 11:39:21 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3e46970eab gnu: python-sphinx-4: Fix sanity-check failure
3e46970eab is described below

commit 3e46970eab1ca17c31ab50b30e4271defc0c5eab
Author: Zongyuan Li <zongyuan.li@c0x0o.me>
AuthorDate: Fri May 5 11:15:03 2023 +0000

    gnu: python-sphinx-4: Fix sanity-check failure
    
    * gnu/packages/sphinx.scm (python-sphinx-4)[propagated-inputs]:
      Downgrades python-docutils to v0.15
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/sphinx.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index ff124717e8..94873c712b 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -155,7 +155,10 @@ sources.")
               (uri (pypi-uri "Sphinx" version))
               (sha256
                (base32
-                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))))
+                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs python-sphinx)
+       (replace "python-docutils" python-docutils-0.15)))))
 
 (define-public python-sphinxcontrib-apidoc
   (package



reply via email to

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