gnu: python-sphinxcontrib-websupport: Update to 1.2.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 7 Mar 2020 14:36:01 +0000 (15:36 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 9 Mar 2020 15:01:19 +0000 (16:01 +0100)
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to
1.2.0.

gnu/packages/sphinx.scm

index 52209b0..323d5b4 100644 (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.