mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-sphinxcontrib-htmlhelp: Update to 1.0.3.
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): Update to 1.0.3.
This commit is contained in:
parent
ccac5118f7
commit
25b576a9db
1 changed files with 2 additions and 2 deletions
|
@ -215,13 +215,13 @@ (define-public python-sphinxcontrib-devhelp
|
|||
(define-public python-sphinxcontrib-htmlhelp
|
||||
(package
|
||||
(name "python-sphinxcontrib-htmlhelp")
|
||||
(version "1.0.2")
|
||||
(version "1.0.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sphinxcontrib-htmlhelp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08l4x8a2l4xjqdd5rhvmfsqihmlgg4prdayj9b6pigaii6gzjw26"))))
|
||||
"16v5jdnibwrqjdr5aqchgyzpwy3rgamwhdf4kidv5nxj65zbpxg8"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
|
||||
|
|
Loading…
Reference in a new issue