From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [PATCH 4/4] gnu: r-go-db: Bioconductor changed URL for data downloads Date: Mon, 29 Feb 2016 17:41:09 +0100 Message-ID: <20160229164109.GA4042@thebird.nl> References: <56d4077b.1PEvMbJKo/6ihGzz%pjotr.public12@email> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaQts-0000C2-4Q for guix-devel@gnu.org; Mon, 29 Feb 2016 11:42:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaQtn-0000dY-VJ for guix-devel@gnu.org; Mon, 29 Feb 2016 11:42:24 -0500 Received: from mail.thebird.nl ([95.154.246.10]:50713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaQtn-0000dS-PL for guix-devel@gnu.org; Mon, 29 Feb 2016 11:42:19 -0500 Content-Disposition: inline In-Reply-To: <56d4077b.1PEvMbJKo/6ihGzz%pjotr.public12@email> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org If you look at the headers of the previous E-mail in the thread you can see it took 7 hours to deliver these 4 patches. It does change envelope, but so do the other E-mails from my accounts. Pj. On Mon, Feb 29, 2016 at 09:55:23AM +0100, Pjotr Prins wrote: > * gnu/packages/bioinformatics.scm (r-go-db): Update data URL > --- > gnu/packages/bioinformatics.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm > index 79c392b..a4f8096 100644 > --- a/gnu/packages/bioinformatics.scm > +++ b/gnu/packages/bioinformatics.scm > @@ -4141,7 +4141,7 @@ extracting the desired features in a convenient format.") > (version "3.2.2") > (source (origin > (method url-fetch) > - (uri (bioconductor-uri "GO.db" version)) > + (uri (string-append "http://www.bioconductor.org/packages/release/data/annotation/src/contrib/GO.db_" version ".tar.gz")) > (sha256 > (base32 > "00gariag9ampz82dh0xllrc26r85d7vdcwc0vca5zdy147rwxr7f")))) > -- > 2.6.3 > > --