gnu: python-sphinx-gallery: Update to 0.10.1.
* gnu/packages/sphinx.scm (python-sphinx-gallery): Update to 0.10.1.
parent
9f6d4cf67a
commit
2e52ee625f
|
@ -462,13 +462,13 @@ integrate Sphinx documents in web templates and to handle searches.")
|
||||||
(define-public python-sphinx-gallery
|
(define-public python-sphinx-gallery
|
||||||
(package
|
(package
|
||||||
(name "python-sphinx-gallery")
|
(name "python-sphinx-gallery")
|
||||||
(version "0.9.0")
|
(version "0.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sphinx-gallery" version))
|
(uri (pypi-uri "sphinx-gallery" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14zyhr7m92nafhhnzfvnbgkf5m91krd9mjyi24zn59bjq6zyr8hl"))))
|
(base32 "1r07sa34511fbnwi2s32q00qdyv5d23d05imyfgnh2ivhfq34gwm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue