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
|
||||
(package
|
||||
(name "python-sphinxcontrib-websupport")
|
||||
(version "1.0.1")
|
||||
(version "1.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sphinxcontrib-websupport" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f9f0wjpi9nhikbyaz6d19s7qvzdf1nq2g5dsh640fma4q9rd1bs"))))
|
||||
"1ff3ix76xi1y6m99qxhaq5161ix9swwzydilvdya07mgbcvpzr4x"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: Tests depend on Sphinx, which depends on this.
|
||||
|
|
Loading…
Reference in New Issue