guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: r-go-db: Bioconductor changed URL for data downloads.


From: Efraim Flashner
Subject: 04/04: gnu: r-go-db: Bioconductor changed URL for data downloads.
Date: Tue, 01 Mar 2016 17:49:29 +0000

efraim pushed a commit to branch master
in repository guix.

commit f82c8c3cbae4053089d63ecdf858411d1c667de5
Author: Pjotr Prins <address@hidden>
Date:   Mon Feb 29 08:46:58 2016 +0000

    gnu: r-go-db: Bioconductor changed URL for data downloads.
    
    * gnu/packages/bioinformatics.scm (r-go-db)[source]: Update data URL.
---
 gnu/packages/bioinformatics.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1400247..5f8ce22 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4170,7 +4170,9 @@ 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]