3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Ricardo Wurmus 2019-12-04 09:30:58 +01:00
parent 1c05e637a4
commit b0dfc79b0d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -339,11 +339,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.")
(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"))))