all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63301] [PATCH] gnu: python-sphinx-4: Fix sanity-check failure
@ 2023-05-05 11:15 Zongyuan Li via Guix-patches via
  2023-05-06  3:23 ` [bug#63301] [PATCH v2] " Zongyuan Li via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Zongyuan Li via Guix-patches via @ 2023-05-05 11:15 UTC (permalink / raw)
  To: 63301; +Cc: Zongyuan Li

* gnu/packages/sphinx.scm (python-sphinx-4)[propagated-inputs]:
  Downgrades python-docutils to v0.15
---
 gnu/packages/sphinx.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index ff124717e8..d0170a0bef 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -155,7 +155,9 @@ (define-public python-sphinx-4
               (uri (pypi-uri "Sphinx" version))
               (sha256
                (base32
-                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))))
+                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))
+    (inputs (modify-inputs (package-propagated-inputs python-sphinx)
+              (replace "python-docutils" python-docutils-0.15)))))
 
 (define-public python-sphinxcontrib-apidoc
   (package
-- 
2.39.2 (Apple Git-143)






^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-07 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 11:15 [bug#63301] [PATCH] gnu: python-sphinx-4: Fix sanity-check failure Zongyuan Li via Guix-patches via
2023-05-06  3:23 ` [bug#63301] [PATCH v2] " Zongyuan Li via Guix-patches via
2023-05-07 15:41   ` bug#63301: [PATCH] " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.