gnu: python-sphinxcontrib-websupport: Update to 1.1.0.
* gnu/packages/python.scm (python-sphinxcontrib-websupport): Update to 1.1.0.
This commit is contained in:
parent
5f2707a255
commit
f65ef00556
|
@ -2386,13 +2386,13 @@ reStructuredText.")
|
||||||
(define-public python-sphinxcontrib-websupport
|
(define-public python-sphinxcontrib-websupport
|
||||||
(package
|
(package
|
||||||
(name "python-sphinxcontrib-websupport")
|
(name "python-sphinxcontrib-websupport")
|
||||||
(version "1.0.1")
|
(version "1.1.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
|
||||||
"1f9f0wjpi9nhikbyaz6d19s7qvzdf1nq2g5dsh640fma4q9rd1bs"))))
|
"1ff3ix76xi1y6m99qxhaq5161ix9swwzydilvdya07mgbcvpzr4x"))))
|
||||||
(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.
|
||||||
|
|
Loading…
Reference in New Issue