From 05be43d09d5bb93588ce60dccbf467299ffcfdba Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 11 May 2026 00:14:47 +0200 Subject: 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 --- gnu/packages/sphinx.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.3