Merge remote-tracking branch 'origin/staging-next' into staging

This commit is contained in:
Marius Bakke 2020-11-07 21:57:16 +01:00
commit ab0521329b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -48,14 +48,14 @@ (define-module (gnu packages sphinx)
(define-public python-sphinx (define-public python-sphinx
(package (package
(name "python-sphinx") (name "python-sphinx")
(version "3.1.2") (version "3.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Sphinx" version)) (uri (pypi-uri "Sphinx" version))
(sha256 (sha256
(base32 (base32
"1zd8l4dh0v4p8m7s51xr001k09cq2023dd0953ygw7xa76dypnmr")))) "1s70hxhddzf656kmj01lws4cbywgsinbg8750r9ilf7s2sdns79j"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -511,14 +511,14 @@ (define-public python2-sphinx-rtd-theme
(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)