gnu: python-nbsphinx: Update to 0.8.8.
* gnu/packages/sphinx.scm (python-nbsphinx): Update to 0.8.8.
This commit is contained in:
parent
7994cfce3d
commit
4633f343f6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Reference in a new issue