mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
f49b8c14fb
commit
ccac5118f7
1 changed files with 2 additions and 2 deletions
|
@ -195,13 +195,13 @@ (define-public python-sphinx-copybutton
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue