1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

gnu: python-sphinx-rtd-theme: Update to 3.1.0.

* gnu/packages/sphinx.scm (python-sphinx-rtd-theme): Update to 3.1.0.
[native-inputs]: Remove python-wheel.

Change-Id: I34cb4d3bca874b33ef6cc715701357cd5d047d41
This commit is contained in:
Sharlatan Hellseher
2026-01-24 20:16:25 +00:00
committed by Andreas Enge
parent 95fc451c04
commit c592bb848f
+3 -4
View File
@@ -1137,18 +1137,17 @@ scientific documentation.")
(define-public python-sphinx-rtd-theme
(package
(name "python-sphinx-rtd-theme")
(version "3.0.2")
(version "3.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sphinx_rtd_theme" version))
(sha256
(base32 "11azdqbkxcibxgl3x852c2mrx19wjnwp19l6n0h3nwnsbp17nidp"))))
(base32 "0k4fnxnwgaqbqsqj6yarg3mszak7lrd9av2gk8ihksbnqbr7chml"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
python-setuptools
python-wheel))
python-setuptools))
(propagated-inputs
(list python-docutils
python-sphinx