gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.

* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): Update to 1.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-07 15:35:27 +01:00
parent f49b8c14fb
commit ccac5118f7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -195,13 +195,13 @@ (define-public python-sphinx-copybutton
(define-public python-sphinxcontrib-devhelp (define-public python-sphinxcontrib-devhelp
(package (package
(name "python-sphinxcontrib-devhelp") (name "python-sphinxcontrib-devhelp")
(version "1.0.1") (version "1.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sphinxcontrib-devhelp" version)) (uri (pypi-uri "sphinxcontrib-devhelp" version))
(sha256 (sha256
(base32 (base32
"0d2a57kqxl72i55rns0ly1i044y2x234b9sdi89ajc3kjdvv0r3c")))) "1r1qngsbjqbg4rj93kpj44qqy7n4x5khldkr0c3ffhlnggx1lzzz"))))
(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