mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
950be3ff1e
commit
54b2fbd4ff
1 changed files with 2 additions and 2 deletions
|
@ -245,13 +245,13 @@ users from Sphinx docs.")
|
||||||
(define-public python-sphinxcontrib-htmlhelp
|
(define-public python-sphinxcontrib-htmlhelp
|
||||||
(package
|
(package
|
||||||
(name "python-sphinxcontrib-htmlhelp")
|
(name "python-sphinxcontrib-htmlhelp")
|
||||||
(version "1.0.3")
|
(version "2.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sphinxcontrib-htmlhelp" version))
|
(uri (pypi-uri "sphinxcontrib-htmlhelp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16v5jdnibwrqjdr5aqchgyzpwy3rgamwhdf4kidv5nxj65zbpxg8"))))
|
"1ckd5xx4ngd6f4prxbc1bbvnafy1gg06j3bxyj5kk7v21lnvpy7m"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue