me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 2 additions and 2 deletions

View File

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