From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJrMM-0007Ss-3C for guix-patches@gnu.org; Sat, 10 Jun 2017 21:08:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJrMI-000181-Rb for guix-patches@gnu.org; Sat, 10 Jun 2017 21:08:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36873) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJrMI-00017k-Mx for guix-patches@gnu.org; Sat, 10 Jun 2017 21:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dJrMI-0003at-EJ for guix-patches@gnu.org; Sat, 10 Jun 2017 21:08:02 -0400 Subject: bug#26524: [PATCH 1/3] gnu: python-sphinx-rtd-theme: Update to 0.2.4 References: In-Reply-To: Resent-Message-ID: From: Muriithi Frederick Muriuki Date: Sun, 11 Jun 2017 04:07:16 +0300 Message-Id: <20170611010718.31874-1-fredmanglis@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26524@debbugs.gnu.org * gnu/packages/python.scm (python-sphinx-rtd-theme): Update to 0.2.4 [source]: Change release url and hash --- 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 44adcba01..366c7ea4e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 -- 2.13.0