gnu: python-sphinxcontrib-websupport: Update to 1.2.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to 1.2.0.master
parent
11be15730c
commit
18d59640e1
|
@ -359,13 +359,13 @@ builder does not support SVG images natively (e.g. LaTeX).")
|
||||||
(define-public python-sphinxcontrib-websupport
|
(define-public python-sphinxcontrib-websupport
|
||||||
(package
|
(package
|
||||||
(name "python-sphinxcontrib-websupport")
|
(name "python-sphinxcontrib-websupport")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sphinxcontrib-websupport" version))
|
(uri (pypi-uri "sphinxcontrib-websupport" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ff3ix76xi1y6m99qxhaq5161ix9swwzydilvdya07mgbcvpzr4x"))))
|
"1smma7r0rhwcmbfvvkfs5djfz1qm8wbpcvp084ca6dmw2b9zplxs"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Tests depend on Sphinx, which depends on this.
|
;; FIXME: Tests depend on Sphinx, which depends on this.
|
||||||
|
|
Reference in New Issue