From: Zongyuan Li via Guix-patches via <guix-patches@gnu.org>
To: 63301@debbugs.gnu.org
Cc: Zongyuan Li <zongyuan.li@c0x0o.me>
Subject: [bug#63301] [PATCH] gnu: python-sphinx-4: Fix sanity-check failure
Date: Fri, 05 May 2023 11:15:03 +0000 [thread overview]
Message-ID: <20230505111425.5774-1-zongyuan.li@c0x0o.me> (raw)
* 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)
next reply other threads:[~2023-05-05 11:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-05 11:15 Zongyuan Li via Guix-patches via [this message]
2023-05-06 3:23 ` [bug#63301] [PATCH v2] gnu: python-sphinx-4: Fix sanity-check failure Zongyuan Li via Guix-patches via
2023-05-07 15:41 ` bug#63301: [PATCH] " Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230505111425.5774-1-zongyuan.li@c0x0o.me \
--to=guix-patches@gnu.org \
--cc=63301@debbugs.gnu.org \
--cc=zongyuan.li@c0x0o.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.