gnu: r-bsgenome-celegans-ucsc-ce6: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-bsgenome-celegans-ucsc-ce6)[source]: Use
BIOCONDUCTOR-URI.
This commit is contained in:
Ricardo Wurmus 2019-09-11 23:58:52 +02:00
parent 0f272518ec
commit 86ced7b271
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -50,12 +50,8 @@ (define-public r-bsgenome-celegans-ucsc-ce6
(version "1.4.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/"
"BSgenome.Celegans.UCSC.ce6_"
version ".tar.gz"))
(uri (bioconductor-uri "BSgenome.Celegans.UCSC.ce6"
version 'annotation))
(sha256
(base32
"0mqzb353xv2c3m3vkb315dkmnxkgczp7ndnknyhpgjlybyf715v9"))))