[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: python-sphinx-rtd-theme: Update to 0.1.9.
From: |
Leo Famulari |
Subject: |
11/11: gnu: python-sphinx-rtd-theme: Update to 0.1.9. |
Date: |
Tue, 12 Jul 2016 22:27:09 +0000 (UTC) |
lfam pushed a commit to branch python-updates
in repository guix.
commit 11fbc45223a5e1b115b36b8224ded55bd3245b10
Author: Leo Famulari <address@hidden>
Date: Fri Jul 1 19:19:03 2016 -0400
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.
---
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 654a110..689e3b7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2694,16 +2694,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
- 05/11: gnu: python-pytest-runner: Update to 2.8., (continued)
- 05/11: gnu: python-pytest-runner: Update to 2.8., Leo Famulari, 2016/07/12
- 03/11: gnu: python-scripttest: Disable tests., Leo Famulari, 2016/07/12
- 02/11: gnu: python-pip: Disable tests., Leo Famulari, 2016/07/12
- 06/11: gnu: python-cryptopgraphy: Update to 1.4., Leo Famulari, 2016/07/12
- 07/11: gnu: Add python-imagesize., Leo Famulari, 2016/07/12
- 09/11: gnu: Add python-snowballstemmer., Leo Famulari, 2016/07/12
- 10/11: gnu: python-sphinx: Update to 1.4.4., Leo Famulari, 2016/07/12
- 01/11: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/12
- 04/11: gnu: python-pytest: Update to 2.9.2., Leo Famulari, 2016/07/12
- 08/11: gnu: Add python-alabaster., Leo Famulari, 2016/07/12
- 11/11: gnu: python-sphinx-rtd-theme: Update to 0.1.9.,
Leo Famulari <=