diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 15:36:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:19 +0100 |
commit | 18d59640e199d776bb650f516e01a6c30d32299a (patch) | |
tree | 8d84e60ce4552637319991c768a505ecc2d43931 | |
parent | 11be15730cf1ed1ad20479c5c314dcbebe6e49fc (diff) | |
download | patches-18d59640e199d776bb650f516e01a6c30d32299a.tar patches-18d59640e199d776bb650f516e01a6c30d32299a.tar.gz |
gnu: python-sphinxcontrib-websupport: Update to 1.2.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to
1.2.0.
-rw-r--r-- | gnu/packages/sphinx.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 52209b01de..323d5b4457 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -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. |