mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
80ec843bf4
commit
936e335ac2
1 changed files with 2 additions and 2 deletions
|
@ -506,13 +506,13 @@ (define-public python-sphinxcontrib-svg2pdfconverter
|
||||||
(define-public python-sphinxcontrib-websupport
|
(define-public python-sphinxcontrib-websupport
|
||||||
(package
|
(package
|
||||||
(name "python-sphinxcontrib-websupport")
|
(name "python-sphinxcontrib-websupport")
|
||||||
(version "1.2.0")
|
(version "1.2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sphinxcontrib-websupport" version))
|
(uri (pypi-uri "sphinxcontrib-websupport" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1smma7r0rhwcmbfvvkfs5djfz1qm8wbpcvp084ca6dmw2b9zplxs"))))
|
"0ck2jphvs82vjcbphhd1h7j1xfi9ynv5d8g5b947qnk8l0ih5psf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Tests depend on Sphinx, which depends on this.
|
;; FIXME: Tests depend on Sphinx, which depends on this.
|
||||||
|
|
Loading…
Reference in a new issue