py-sphinxcontrib-serializinghtml: add new version (#25091)

This commit is contained in:
Adam J. Stewart 2021-07-26 14:03:52 -05:00 committed by GitHub
parent 8a8aa16f1b
commit 6472ee8c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ class PySphinxcontribSerializinghtml(PythonPackage):
# to import any modules.
import_modules = []
version('1.1.5', sha256='aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952')
version('1.1.3', sha256='c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227')
depends_on('python@3.5:', type=('build', 'run'))