mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sphinxcontrib-htmlhelp: Update to 2.1.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): Update to 2.1.0. [build-system]: Use pyproject. [native-inputs]: Add python-flit-core. Change-Id: I94bca8fc2455e4935614637d969ff96a71a5aa47
This commit is contained in:
parent
9e5c2df678
commit
556d226a47
1 changed files with 10 additions and 8 deletions
|
@ -457,16 +457,18 @@ users from Sphinx docs.")
|
|||
(define-public python-sphinxcontrib-htmlhelp
|
||||
(package
|
||||
(name "python-sphinxcontrib-htmlhelp")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sphinxcontrib-htmlhelp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ckd5xx4ngd6f4prxbc1bbvnafy1gg06j3bxyj5kk7v21lnvpy7m"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "1sc2f368bacz4jak5kxr4n82nzri4bp37lm02g669bcarrm93qn9"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
|
||||
(native-inputs
|
||||
(list python-flit-core))
|
||||
(home-page "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp")
|
||||
(synopsis "Sphinx extension for rendering HTML help files")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue