me
/
guix
Archived
1
0
Fork 0

gnu: r-org-mm-eg-db: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-org-mm-eg-db)[source]: Use
bioconductor-uri.
master
Ricardo Wurmus 2019-12-04 09:32:03 +01:00
parent f53becc6d8
commit 411be88bf3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 5 deletions

View File

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