gnu: r-org-dm-eg-db: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-org-dm-eg-db)[source]: Use bioconductor-uri.
This commit is contained in:
parent
1c05e637a4
commit
b0dfc79b0d
1 changed files with 1 additions and 5 deletions
|
@ -339,11 +339,7 @@ (define-public r-org-dm-eg-db
|
|||
(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.Dm.eg.db_" version ".tar.gz"))
|
||||
(uri (bioconductor-uri "org.Dm.eg.db" version 'annotation))
|
||||
(sha256
|
||||
(base32
|
||||
"1pqjrzlyg72bjpy8zsxvaglc7jsv176bnyi87xdajmkvsgxpm7b3"))))
|
||||
|
|
Loading…
Reference in a new issue