diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-07 21:57:16 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-07 21:57:16 +0100 |
commit | ab0521329be7365f80abbb0e0467607596b58220 (patch) | |
tree | 5b52f43a49f99a9f1661620695fb35a02b1aff57 | |
parent | 32787d652460871a79f99b63230f92759e2e0de2 (diff) | |
parent | dd7cdd3d3966a11e9d28dae536465bf1f8345f02 (diff) | |
download | guix-ab0521329be7365f80abbb0e0467607596b58220.tar.gz |
Merge remote-tracking branch 'origin/staging-next' into staging
-rw-r--r-- | gnu/packages/sphinx.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 12d739c384..993abfa437 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -48,14 +48,14 @@ (define-public python-sphinx (package (name "python-sphinx") - (version "3.1.2") + (version "3.2.1") (source (origin (method url-fetch) (uri (pypi-uri "Sphinx" version)) (sha256 (base32 - "1zd8l4dh0v4p8m7s51xr001k09cq2023dd0953ygw7xa76dypnmr")))) + "1s70hxhddzf656kmj01lws4cbywgsinbg8750r9ilf7s2sdns79j")))) (build-system python-build-system) (arguments `(#:phases @@ -511,14 +511,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) |