Archived
1
0
Fork 0

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 @@ documenting acceptable argument types and return value types of functions.")
(define-public python-nbsphinx (define-public python-nbsphinx
(package (package
(name "python-nbsphinx") (name "python-nbsphinx")
(version "0.7.1") (version "0.8.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "nbsphinx" version)) (uri (pypi-uri "nbsphinx" version))
(sha256 (sha256
(base32 (base32
"0j56bxdj08vn3q1804qwb1ywhga1mdg1awgm7i64wfpfwi8df2zm")))) "1v1lzkfx2lslhslqb110zxmm4dmdg6hs2rahf713c2rk9f10q2dm"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-docutils (list python-docutils