guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: address@hidden: Update to 1.6.4.


From: Tobias Geerinckx-Rice
Subject: 06/09: gnu: address@hidden: Update to 1.6.4.
Date: Thu, 26 Apr 2018 15:14:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9052324d720bb5860e09ec2d79a177f77dc1babb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 26 20:50:35 2018 +0200

    gnu: address@hidden: Update to 1.6.4.
    
    * gnu/packages/python.scm (python-sphinx-1.6): Update to 1.6.4.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f36e4c7..a9e72f2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2438,13 +2438,13 @@ sources.")
 (define-public python-sphinx-1.6
   (package (inherit python-sphinx)
     (name "python-sphinx")
-    (version "1.6.3")
+    (version "1.6.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Sphinx" version))
               (sha256
                (base32
-                "1rj6f3i8hmrx2qlkshi5kp5xcy98dlynwlyl05yvflj5f66dp2xg"))))
+                "0gjakw9fv5pwqb5yyclxycs36sapxizk1vx6mkcdizmzgzcfy0gi"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

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