guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d9f1b3f16bc311a8084ba10a735999992bf834a2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jun 28 16:28:49 2025 +0100
gnu: python-pydata-sphinx-theme: Adjust inputs.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme)
[propagated-inputs]: Remove python-docutils and python-sphinx; add
python-sphinx-6 and python-docutils-0.19.
Change-Id: I859b7e3f54f0c82e5ed03309583088f0645147cb
---
gnu/packages/sphinx.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index d24dc7f6b8..abf2914d92 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1637,9 +1637,9 @@ Sphinx documentation.")
'(list "-k" "not test_logo")))
(propagated-inputs
(list python-beautifulsoup4
- python-docutils
+ python-docutils-0.19
python-jinja2
- python-sphinx))
+ python-sphinx-6))
(native-inputs
(list python-pytest python-pytest-regressions
python-setuptools python-wheel))