all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pjotr Prins <pjotr.public12@thebird.nl>
To: guix-devel@gnu.org
Subject: Re: [PATCH 4/4] gnu: r-go-db: Bioconductor changed URL for data downloads
Date: Mon, 29 Feb 2016 17:41:09 +0100	[thread overview]
Message-ID: <20160229164109.GA4042@thebird.nl> (raw)
In-Reply-To: <56d4077b.1PEvMbJKo/6ihGzz%pjotr.public12@email>

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

-- 

      reply	other threads:[~2016-02-29 16:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-29  8:55 [PATCH 4/4] gnu: r-go-db: Bioconductor changed URL for data downloads Unknown, Pjotr Prins
2016-02-29 16:41 ` Pjotr Prins [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160229164109.GA4042@thebird.nl \
    --to=pjotr.public12@thebird.nl \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.