guix-commits
[Top][All Lists]
Advanced

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

02/20: gnu: python-sphinx: Alphabetize inputs.


From: guix-commits
Subject: 02/20: gnu: python-sphinx: Alphabetize inputs.
Date: Mon, 23 Dec 2019 18:31:57 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 4b8c8f76c58c3d0b16bb48c9479b197ef7667cb2
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:20:48 2019 -0600

    gnu: python-sphinx: Alphabetize inputs.
    
    * gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Alphabetize.
---
 gnu/packages/sphinx.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index c76a145..ed1bfea 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -69,16 +69,16 @@
                 "@pytest.mark.skip()"))
              (invoke "make" "test"))))))
     (propagated-inputs
-     `(("python-imagesize" ,python-imagesize)
-       ("python-sphinx-alabaster-theme"
-        ,python-sphinx-alabaster-theme)
-       ("python-babel" ,python-babel)
-       ("python-snowballstemmer" ,python-snowballstemmer)
+     `(("python-babel" ,python-babel)
        ("python-docutils" ,python-docutils)
        ("python-jinja2" ,python-jinja2)
+       ("python-imagesize" ,python-imagesize)
        ("python-packaging" ,python-packaging)
        ("python-pygments" ,python-pygments)
        ("python-requests" ,python-requests)
+       ("python-snowballstemmer" ,python-snowballstemmer)
+       ("python-sphinx-alabaster-theme"
+        ,python-sphinx-alabaster-theme)
        ("python-sphinxcontrib-applehelp" ,python-sphinxcontrib-applehelp)
        ("python-sphinxcontrib-devhelp" ,python-sphinxcontrib-devhelp)
        ("python-sphinxcontrib-htmlhelp" ,python-sphinxcontrib-htmlhelp)



reply via email to

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