3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.4.

* gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update
to 1.1.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-07 15:35:53 +01:00
parent 99533bebac
commit 11be15730c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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