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>master
parent
9bf2ddf8dc
commit
dd7cdd3d39
|
@ -556,14 +556,14 @@ and several other projects.")
|
||||||
(define-public python-breathe
|
(define-public python-breathe
|
||||||
(package
|
(package
|
||||||
(name "python-breathe")
|
(name "python-breathe")
|
||||||
(version "4.13.1")
|
(version "4.22.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "breathe" version))
|
(uri (pypi-uri "breathe" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1aw749n2ry27434qd7gr99dvsrs3x3chyi9aywmhjj1g4m2j6xf6"))))
|
"0snk538xv60z4vfhl3f7v5g658za7257hddkg07cknkn33k6cjvf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-docutils" ,python-docutils)
|
`(("python-docutils" ,python-docutils)
|
||||||
|
|
Reference in New Issue