summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 15:35:53 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 16:01:19 +0100
commit11be15730cf1ed1ad20479c5c314dcbebe6e49fc (patch)
tree04df56da81f090cbc5bc7a55c947366fefbf397f
parent99533bebacea77ac02656bfc6b9e71ed7910b01a (diff)
downloadpatches-11be15730cf1ed1ad20479c5c314dcbebe6e49fc.tar
patches-11be15730cf1ed1ad20479c5c314dcbebe6e49fc.tar.gz
gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.4.
* gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update to 1.1.4.
-rw-r--r--gnu/packages/sphinx.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index c450012b3f..52209b01de 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -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