summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-05-11 00:14:47 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-18 14:37:06 +0100
commit05be43d09d5bb93588ce60dccbf467299ffcfdba (patch)
treea4963b26d3c14645154b6ad856988a2da80df275
parent36b20e7c82757e6b97a3c459841bf2c3451cad27 (diff)
gnu: python-sphinx-theme-builder: Update to 0.3.2.
* gnu/packages/sphinx.scm (python-sphinx-theme-builder): Update to 0.3.2. [propagated-inputs]: Add python-diagnostic. Change-Id: Ia6d156bef074900549a57bcfce6d3732d8699f51 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/sphinx.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index e06c126fa7..a14a17cb80 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1673,7 +1673,7 @@ automated way to document command-line programs. It scans
(define-public python-sphinx-theme-builder
(package
(name "python-sphinx-theme-builder")
- (version "0.2.0b1")
+ (version "0.3.2")
(source
(origin
(method git-fetch)
@@ -1682,12 +1682,13 @@ automated way to document command-line programs. It scans
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "15gvwzd4l3wcmd6fns8xvv44yzxmamr1nfn28mp12sdw2y10v2ba"))))
+ (base32 "100v659ngafxr4lsylac5m2ci7qkjd7h5lg4p7nq8pkj6x2fxql2"))))
(build-system pyproject-build-system)
(native-inputs (list python-flit-core python-pytest))
(propagated-inputs
(list python-pypa-build
python-click
+ python-diagnostic
python-nodeenv
python-packaging
python-pyproject-metadata