me
/
guix
Archived
1
0
Fork 0

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 <mbakke@fastmail.com>
master
Muriithi Frederick Muriuki 2017-06-11 04:07:16 +03:00 committed by Marius Bakke
parent a10040e09b
commit af842d45b1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 5 deletions

View File

@ -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