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:
Maxim Cournoyer 2021-10-01 21:09:14 -04:00
parent 54b2fbd4ff
commit a768c3ecab
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -350,13 +350,13 @@ documents.")
(define-public python-sphinxcontrib-serializinghtml
(package
(name "python-sphinxcontrib-serializinghtml")
(version "1.1.4")
(version "1.1.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-serializinghtml" version))
(sha256
(base32
"1g3pbx0g88zd9xzcrbaypa2k60axrh92vf5j76wsk0p9hv6fr87a"))))
"0lk91cl9bi4ynhz971zjs0bsr7jwxx8mx2f40psrx06zvzjnspxa"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;XXX: circular dependency on Sphinx