diff options
author | Leo Famulari <leo@famulari.name> | 2016-07-01 19:19:03 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-03 22:24:45 -0400 |
commit | 9852994842785f0e62a6b9046f282beed5271e19 (patch) | |
tree | 259eb76b7487c129e2ab5bd9fe9b8436fd7129c9 | |
parent | 5ebd95202c4578d29d13a35a2563c20609988f42 (diff) | |
download | guix-9852994842785f0e62a6b9046f282beed5271e19.tar guix-9852994842785f0e62a6b9046f282beed5271e19.tar.gz |
gnu: python-sphinx-rtd-theme: Update to 0.1.9.
* gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme):
Update to 0.1.9.
-rw-r--r-- | gnu/packages/python.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e9020c1f7e..1deaab79f8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2717,16 +2717,14 @@ sources.") (define-public python-sphinx-rtd-theme (package (name "python-sphinx-rtd-theme") - (version "0.1.6") + (version "0.1.9") (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")))) + "18d0r63w7jpdrk4q5qy26n08vdlmnj9sar93akwjphyambw4cf17")))) (build-system python-build-system) (arguments `(;; With standard flags, the install phase attempts to create a zip'd |