From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 5/5] gnu: python-sphinx-rtd-theme: Update to 0.1.9. Date: Fri, 1 Jul 2016 21:04:53 -0400 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJ9N0-00023h-VP for guix-devel@gnu.org; Fri, 01 Jul 2016 21:05:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJ9Mz-0001S9-UF for guix-devel@gnu.org; Fri, 01 Jul 2016 21:05:18 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:39691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJ9My-0001Mi-OJ for guix-devel@gnu.org; Fri, 01 Jul 2016 21:05:17 -0400 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 1EDADF2A09 for ; Fri, 1 Jul 2016 21:05:03 -0400 (EDT) In-Reply-To: In-Reply-To: References: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * 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 fd4cc3d..10ab3a6 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 -- 2.9.0