me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -361,11 +361,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
(version "3.7.0")
(source (origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
;; located under "data/annotation/" instead of "bioc/".
(uri (string-append "https://www.bioconductor.org/packages/"
"release/data/annotation/src/contrib/"
"org.Dr.eg.db_" version ".tar.gz"))
(uri (bioconductor-uri "org.Dr.eg.db" version 'annotation))
(sha256
(base32
"1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))