mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
0f272518ec
commit
86ced7b271
1 changed files with 2 additions and 6 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue