gnu: python-sphinxcontrib-websupport: Update to 1.2.4.

* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to 1.2.4.
This commit is contained in:
Maxim Cournoyer 2022-04-21 21:54:25 -04:00
parent 80ec843bf4
commit 936e335ac2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -506,13 +506,13 @@ (define-public python-sphinxcontrib-svg2pdfconverter
(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.