me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): Update to 1.0.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -195,13 +195,13 @@ to code blocks.")
(define-public python-sphinxcontrib-devhelp
(package
(name "python-sphinxcontrib-devhelp")
(version "1.0.1")
(version "1.0.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-devhelp" version))
(sha256
(base32
"0d2a57kqxl72i55rns0ly1i044y2x234b9sdi89ajc3kjdvv0r3c"))))
"1r1qngsbjqbg4rj93kpj44qqy7n4x5khldkr0c3ffhlnggx1lzzz"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;XXX: circular dependency on Sphinx