me
/
guix
Archived
1
0
Fork 0

gnu: python-nbsphinx: Update to 0.8.8.

* gnu/packages/sphinx.scm (python-nbsphinx): Update to 0.8.8.
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
1 changed files with 2 additions and 2 deletions

View File

@ -838,14 +838,14 @@ documenting acceptable argument types and return value types of functions.")
(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