mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-breathe: Update to 4.34.0.
* gnu/packages/sphinx.scm (python-breathe): Update to 4.34.0.
This commit is contained in:
parent
3e17136cc4
commit
41bf90f966
1 changed files with 2 additions and 2 deletions
|
@ -717,14 +717,14 @@ (define-public python-sphinx-rtd-theme
|
|||
(define-public python-breathe
|
||||
(package
|
||||
(name "python-breathe")
|
||||
(version "4.30.0")
|
||||
(version "4.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "breathe" version))
|
||||
(sha256
|
||||
(base32
|
||||
"055h95fkdld7s49878fqjx1nri1drj1czc184vrb7i60mf2yqg9n"))))
|
||||
"18fvphs1cb2cns9q82195fx7lmlwfikzwa10cczavpaax2jnh1xc"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-docutils python-sphinx))
|
||||
|
|
Loading…
Reference in a new issue