mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): Update to 2.0.0.
This commit is contained in:
parent
2e65e4834a
commit
3687c8371a
1 changed files with 2 additions and 2 deletions
|
@ -245,13 +245,13 @@ (define-public python-sphinxcontrib-github-alt
|
|||
(define-public python-sphinxcontrib-htmlhelp
|
||||
(package
|
||||
(name "python-sphinxcontrib-htmlhelp")
|
||||
(version "1.0.3")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sphinxcontrib-htmlhelp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16v5jdnibwrqjdr5aqchgyzpwy3rgamwhdf4kidv5nxj65zbpxg8"))))
|
||||
"1ckd5xx4ngd6f4prxbc1bbvnafy1gg06j3bxyj5kk7v21lnvpy7m"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
|
||||
|
|
Loading…
Reference in a new issue