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:
Marius Bakke 2018-08-21 07:45:08 +02:00
parent 5f2707a255
commit f65ef00556
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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.