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 > > --