mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: python-sphinx: Update to 4.0.3.
This fixes a build failure of MPD (Music Player Daemon), that looks like this: "RuntimeError: File 'doc/mpd.1' could not be found" https://github.com/MusicPlayerDaemon/MPD/issues/1183 * gnu/packages/sphinx.scm (python-sphinx): Update to 4.0.3.
This commit is contained in:
parent
3a01496b4b
commit
944ba4237f
1 changed files with 2 additions and 2 deletions
|
@ -56,14 +56,14 @@ (define-module (gnu packages sphinx)
|
||||||
(define-public python-sphinx
|
(define-public python-sphinx
|
||||||
(package
|
(package
|
||||||
(name "python-sphinx")
|
(name "python-sphinx")
|
||||||
(version "4.0.1")
|
(version "4.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Sphinx" version))
|
(uri (pypi-uri "Sphinx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k0bfjw4f76k2yyz8k2rl3s66ig2mn7y13m8dzqbgckifmvh8lfg"))))
|
"1f7vnk3g135b2zs9yq3kgrczxa91mhrlfw8243dpxsq8lbk5gwyz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue