mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-org-dr-eg-db: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-org-dr-eg-db)[source]: Use bioconductor-uri.
This commit is contained in:
parent
b0dfc79b0d
commit
7bb65a2227
1 changed files with 1 additions and 5 deletions
|
@ -361,11 +361,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
|
||||||
(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.Dr.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.Dr.eg.db_" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))
|
"1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue