apteryx pushed a commit to branch wip-ipython-polyglossia in repository guix.
commit 9af30f6e01ada573901df4779c3f1fad92e85a99 Author: Maxim Cournoyer <[email protected]> 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.
