mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-breathe: Update to 4.22.1.
* gnu/packages/sphinx.scm (python-breathe): Update to 4.22.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
9bf2ddf8dc
commit
dd7cdd3d39
1 changed files with 2 additions and 2 deletions
|
@ -556,14 +556,14 @@ (define-public python2-sphinx-rtd-theme
|
|||
(define-public python-breathe
|
||||
(package
|
||||
(name "python-breathe")
|
||||
(version "4.13.1")
|
||||
(version "4.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "breathe" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aw749n2ry27434qd7gr99dvsrs3x3chyi9aywmhjj1g4m2j6xf6"))))
|
||||
"0snk538xv60z4vfhl3f7v5g658za7257hddkg07cknkn33k6cjvf"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-docutils" ,python-docutils)
|
||||
|
|
Loading…
Reference in a new issue