guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-sphinx-rtd-theme: Update to 0.2.4.


From: Marius Bakke
Subject: 04/05: gnu: python-sphinx-rtd-theme: Update to 0.2.4.
Date: Mon, 12 Jun 2017 15:32:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit af842d45b139a1f93a67606feda0e46f10fce50b
Author: Muriithi Frederick Muriuki <address@hidden>
Date:   Sun Jun 11 04:07:16 2017 +0300

    gnu: python-sphinx-rtd-theme: Update to 0.2.4.
    
    * gnu/packages/python.scm (python-sphinx-rtd-theme): Update to 0.2.4.
    [source]: Use 'pypi-uri'.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/python.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 03e6bb6..e0fc768 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3134,16 +3134,14 @@ sources.")
 (define-public python-sphinx-rtd-theme
   (package
     (name "python-sphinx-rtd-theme")
-    (version "0.1.6")
+    (version "0.2.4")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/s/";
-                           "sphinx_rtd_theme/sphinx_rtd_theme-"
-                           version ".tar.gz"))
+       (uri (pypi-uri "sphinx_rtd_theme" version))
        (sha256
         (base32
-         "19nw3rn7awplcdrz63kg1njqwkbymfg9lwn7l2grhdyhyr2gaa8g"))))
+         "05rlhjzdyapr2w74jjs7mrm8hi69qskcr5vya9f9drpsys7lpxrd"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f)) ; No tests.
     (propagated-inputs



reply via email to

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