guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: python-sphinx: Update to 4.0.3.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: python-sphinx: Update to 4.0.3.
Date: Fri, 06 Aug 2021 00:21:27 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 944ba42  gnu: python-sphinx: Update to 4.0.3.
944ba42 is described below

commit 944ba4237f4c0ccab1bc62a23a31f577ce1878e5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Aug 6 00:18:46 2021 -0400

    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.
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 2e55c06..de94ca3 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -56,14 +56,14 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "4.0.1")
+    (version "4.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "0k0bfjw4f76k2yyz8k2rl3s66ig2mn7y13m8dzqbgckifmvh8lfg"))))
+         "1f7vnk3g135b2zs9yq3kgrczxa91mhrlfw8243dpxsq8lbk5gwyz"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]