me
/
guix
Archived
1
0
Fork 0

gnu: r-genelendatabase: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-genelendatabase)[source]: Use
bioconductor-uri.
master
Ricardo Wurmus 2019-12-04 09:32:48 +01:00
parent e7a8cf2e6e
commit 717d7cda9d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 5 deletions

View File

@ -474,11 +474,7 @@ by UCSC (hg19, February 2009) and stored in Biostrings objects.")
(source
(origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
;; located under "data/experiment/" instead of "bioc/".
(uri (string-append "https://bioconductor.org/packages/"
"release/data/experiment/src/contrib"
"/geneLenDataBase_" version ".tar.gz"))
(uri (bioconductor-uri "geneLenDataBase" version 'experiment))
(sha256
(base32
"03gm4pvsfascx7kjg0jycpf4f572mja68wwmwigs390vbmawyb4a"))))