mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-org-ce-eg-db: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-org-ce-eg-db)[source]: Use bioconductor-uri.
This commit is contained in:
parent
f83404bc5b
commit
1c05e637a4
1 changed files with 1 additions and 5 deletions
|
@ -317,11 +317,7 @@ (define-public r-org-ce-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.Ce.eg.db_" version ".tar.gz"))
|
||||
(uri (bioconductor-uri "org.Ce.eg.db" version 'annotation))
|
||||
(sha256
|
||||
(base32
|
||||
"1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
|
||||
|
|
Loading…
Reference in a new issue