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

* gnu/packages/bioinformatics.scm (r-go-db)[source]: Update data URL.
master
Pjotr Prins 2016-02-29 08:46:58 +00:00 committed by Efraim Flashner
parent 27acfaea4c
commit f82c8c3cba
1 changed files with 3 additions and 1 deletions

View File

@ -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"))))