mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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
|
(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
|
||||||
|
|
Loading…
Reference in a new issue