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:
Simon South 2020-10-10 18:24:22 -04:00 committed by Christopher Baines
parent 9bf2ddf8dc
commit dd7cdd3d39
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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)