mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5.
* gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update to 1.1.5.
This commit is contained in:
parent
3687c8371a
commit
70dbdbe39b
1 changed files with 2 additions and 2 deletions
|
@ -350,13 +350,13 @@ (define-public python-sphinxcontrib-qthelp
|
||||||
(define-public python-sphinxcontrib-serializinghtml
|
(define-public python-sphinxcontrib-serializinghtml
|
||||||
(package
|
(package
|
||||||
(name "python-sphinxcontrib-serializinghtml")
|
(name "python-sphinxcontrib-serializinghtml")
|
||||||
(version "1.1.4")
|
(version "1.1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sphinxcontrib-serializinghtml" version))
|
(uri (pypi-uri "sphinxcontrib-serializinghtml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g3pbx0g88zd9xzcrbaypa2k60axrh92vf5j76wsk0p9hv6fr87a"))))
|
"0lk91cl9bi4ynhz971zjs0bsr7jwxx8mx2f40psrx06zvzjnspxa"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
|
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
|
||||||
|
|
Loading…
Reference in a new issue