guix-commits
[Top][All Lists]
Advanced

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

218/242: gnu: python-sphinxcontrib-websupport: Update to 1.2.4.


From: guix-commits
Subject: 218/242: gnu: python-sphinxcontrib-websupport: Update to 1.2.4.
Date: Thu, 12 May 2022 14:14:43 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 936e335ac21fcb84ca34962b8cfd7b2f9a8abe41
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 21 21:54:25 2022 -0400

    gnu: python-sphinxcontrib-websupport: Update to 1.2.4.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to 
1.2.4.
---
 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 739d32398c..90568f855f 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -506,13 +506,13 @@ builder does not support SVG images natively (e.g. 
LaTeX).")
 (define-public python-sphinxcontrib-websupport
   (package
     (name "python-sphinxcontrib-websupport")
-    (version "1.2.0")
+    (version "1.2.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-websupport" version))
               (sha256
                (base32
-                "1smma7r0rhwcmbfvvkfs5djfz1qm8wbpcvp084ca6dmw2b9zplxs"))))
+                "0ck2jphvs82vjcbphhd1h7j1xfi9ynv5d8g5b947qnk8l0ih5psf"))))
     (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]