diff options
author | Simon South <simon@simonsouth.net> | 2020-10-10 18:24:22 -0400 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-10-24 21:11:43 +0100 |
commit | dd7cdd3d3966a11e9d28dae536465bf1f8345f02 (patch) | |
tree | 9549bfee137c26c6e52bfd18b4091a67d44238f5 /gnu/packages/sphinx.scm | |
parent | 9bf2ddf8dc362b3049390c7349ae5680bb285dae (diff) | |
download | guix-dd7cdd3d3966a11e9d28dae536465bf1f8345f02.tar.gz |
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>
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 476632a378..bdfe82d93e 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -556,14 +556,14 @@ and several other projects.") (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) |