gnu: r-org-mm-eg-db: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-org-mm-eg-db)[source]: Use bioconductor-uri.master
parent
f53becc6d8
commit
411be88bf3
|
@ -405,11 +405,7 @@ on mapping using Entrez Gene identifiers.")
|
||||||
(version "3.7.0")
|
(version "3.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We cannot use bioconductor-uri here because this tarball is
|
(uri (bioconductor-uri "org.Mm.eg.db" version 'annotation))
|
||||||
;; located under "data/annotation/" instead of "bioc/".
|
|
||||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
|
||||||
"release/data/annotation/src/contrib/"
|
|
||||||
"org.Mm.eg.db_" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i3nvrd3wjigf1rmgxq1p5xxc3p8v02h5gwi62s30rkrsyjjfjxx"))))
|
"1i3nvrd3wjigf1rmgxq1p5xxc3p8v02h5gwi62s30rkrsyjjfjxx"))))
|
||||||
|
|
Reference in New Issue