gnu: python-nbsphinx: Update to 0.8.8.

* gnu/packages/sphinx.scm (python-nbsphinx): Update to 0.8.8.
This commit is contained in:
Marius Bakke 2022-01-12 14:45:38 +01:00
parent 7994cfce3d
commit 4633f343f6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -838,14 +838,14 @@ (define-public python-sphinx-autodoc-typehints
(define-public python-nbsphinx
(package
(name "python-nbsphinx")
(version "0.7.1")
(version "0.8.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "nbsphinx" version))
(sha256
(base32
"0j56bxdj08vn3q1804qwb1ywhga1mdg1awgm7i64wfpfwi8df2zm"))))
"1v1lzkfx2lslhslqb110zxmm4dmdg6hs2rahf713c2rk9f10q2dm"))))
(build-system python-build-system)
(propagated-inputs
(list python-docutils