guix-patches
[Top][All Lists]
Advanced

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

bug#25834: [PATCH 3/7] gnu: python-sphinx: Update to 1.5.2.


From: Thomas Danckaert
Subject: bug#25834: [PATCH 3/7] gnu: python-sphinx: Update to 1.5.2.
Date: Wed, 22 Feb 2017 12:22:49 +0100

From: Thomas Danckaert <address@hidden>

* gnu/packages/python.scm (python-sphinx): Update to 1.5.2.
  [propagated-inputs]: Add python-sphinx-alabaster-theme,
  python-sphinx-rtd-theme, python-babel, python-requests,
  python-snowballstemmer and python-imagesize.
---
 gnu/packages/python.scm | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a9afbdfd6..95cea0e89 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2907,21 +2907,26 @@ reStructuredText.")
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "1.2.3")
+    (version "1.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://pypi.python.org/packages/source/S/Sphinx/Sphinx-";
-             version ".tar.gz"))
+             "https://github.com/sphinx-doc/sphinx/archive/"; version 
".tar.gz"))
        (sha256
         (base32
-         "011xizm3jnmf4cvs5i6kgf6c5nn046h79i8j0vd0f27yw9j3p4wl"))))
+         "1vjp7h60y6v0sdh67s26hmbrh1n7jhb3xdb98rqvilb59fnj9br1"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-jinja2" ,python-jinja2)
+     `(("python-sphinx-alabaster-theme" ,python-sphinx-alabaster-theme)
+       ("python-sphinx-rtd-theme", python-sphinx-rtd-theme)
+       ("python-jinja2" ,python-jinja2)
+       ("python-babel" ,python-babel)
        ("python-docutils" ,python-docutils)
-       ("python-pygments" ,python-pygments)))
+       ("python-pygments" ,python-pygments)
+       ("python-requests" ,python-requests)
+       ("python-snowballstemmer" ,python-snowballstemmer)
+       ("python-imagesize" ,python-imagesize)))
     (home-page "http://sphinx-doc.org/";)
     (synopsis "Python documentation generator")
     (description "Sphinx is a tool that makes it easy to create documentation
-- 
2.11.1






reply via email to

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