guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 16/16: gnu: python-sphinxcontrib-websupport: Update to 1.2.0.
Date: Mon, 9 Mar 2020 16:09:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 18d59640e199d776bb650f516e01a6c30d32299a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 15:36:01 2020 +0100

    gnu: python-sphinxcontrib-websupport: Update to 1.2.0.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to
    1.2.0.
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 52209b0..323d5b4 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]