mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-go-db: Bioconductor changed URL for data downloads.
* gnu/packages/bioinformatics.scm (r-go-db)[source]: Update data URL.
This commit is contained in:
parent
27acfaea4c
commit
f82c8c3cba
1 changed files with 3 additions and 1 deletions
|
@ -4170,7 +4170,9 @@ (define-public r-go-db
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue