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.
This commit is contained in:
parent
5ebd95202c
commit
9852994842
|
@ -2717,16 +2717,14 @@ sources.")
|
||||||
(define-public python-sphinx-rtd-theme
|
(define-public python-sphinx-rtd-theme
|
||||||
(package
|
(package
|
||||||
(name "python-sphinx-rtd-theme")
|
(name "python-sphinx-rtd-theme")
|
||||||
(version "0.1.6")
|
(version "0.1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/s/"
|
(uri (pypi-uri "sphinx_rtd_theme" version))
|
||||||
"sphinx_rtd_theme/sphinx_rtd_theme-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19nw3rn7awplcdrz63kg1njqwkbymfg9lwn7l2grhdyhyr2gaa8g"))))
|
"18d0r63w7jpdrk4q5qy26n08vdlmnj9sar93akwjphyambw4cf17"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; With standard flags, the install phase attempts to create a zip'd
|
`(;; With standard flags, the install phase attempts to create a zip'd
|
||||||
|
|
Loading…
Reference in New Issue