me
/
guix
Archived
1
0
Fork 0

gnu: python-sphinxcontrib-websupport: Update to 1.2.0.

* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to
1.2.0.
master
Tobias Geerinckx-Rice 2020-03-07 15:36:01 +01:00
parent 11be15730c
commit 18d59640e1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -359,13 +359,13 @@ builder does not support SVG images natively (e.g. LaTeX).")
(define-public python-sphinxcontrib-websupport
(package
(name "python-sphinxcontrib-websupport")
(version "1.1.0")
(version "1.2.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-websupport" version))
(sha256
(base32
"1ff3ix76xi1y6m99qxhaq5161ix9swwzydilvdya07mgbcvpzr4x"))))
"1smma7r0rhwcmbfvvkfs5djfz1qm8wbpcvp084ca6dmw2b9zplxs"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests depend on Sphinx, which depends on this.