guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 43770a9d8ac439cdf9dbf73a7d316d62ab177640
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Mar 19 16:11:23 2026 +0100
gnu: python-nbsphinx: Update to 0.9.8.
* gnu/packages/sphinx.scm (python-nbsphinx): Update to 0.9.8.
Merges guix/guix!7371
Change-Id: Ib72e423641af9d5c7ce278b62e929e0d17f5378d
---
gnu/packages/sphinx.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index c6da179864..c17749f90a 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1513,7 +1513,7 @@ Syntax Tree} at different stages: before transforms,
after transforms, etc.")
(define-public python-nbsphinx
(package
(name "python-nbsphinx")
- (version "0.8.8")
+ (version "0.9.8")
(source
(origin
(method git-fetch)
@@ -1522,7 +1522,7 @@ Syntax Tree} at different stages: before transforms,
after transforms, etc.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0s98kab9jddy4jskllqcmwr222i85a25asi78f8nf0cpqbsvy1k6"))))
+ (base32 "13z9mcycc7frg45w8sy2lfgzb51h407d38r1y63p4jyjnpfzic02"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ; No tests upstream.
@@ -1534,7 +1534,7 @@ Syntax Tree} at different stages: before transforms,
after transforms, etc.")
python-sphinx
python-traitlets))
(native-inputs
- (list python-setuptools python-wheel))
+ (list python-setuptools))
(home-page "https://nbsphinx.readthedocs.io/")
(synopsis "Jupyter Notebook Tools for Sphinx")
(description "@code{python-nbsphinx} is a Sphinx extension that