unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 4/4] gnu: r-go-db: Bioconductor changed URL for data downloads
@ 2016-02-29  8:55 Unknown, Pjotr Prins
  2016-02-29 16:41 ` Pjotr Prins
  0 siblings, 1 reply; 2+ messages in thread
From: Unknown, Pjotr Prins @ 2016-02-29  8:55 UTC (permalink / raw)
  To: guix-devel

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 4/4] gnu: r-go-db: Bioconductor changed URL for data downloads
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Pjotr Prins @ 2016-02-29 16:41 UTC (permalink / raw)
  To: guix-devel

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

-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-29 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).