gnu: r-illuminahumanmethylationepicmanifest: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-illuminahumanmethylationepicmanifest)[source]: Use bioconductor-uri.
This commit is contained in:
parent
6aca4054e0
commit
25f567a85a
1 changed files with 2 additions and 6 deletions
|
@ -654,12 +654,8 @@ (define-public r-illuminahumanmethylationepicmanifest
|
|||
(version "0.3.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/"
|
||||
"IlluminaHumanMethylationEPICmanifest_"
|
||||
version ".tar.gz"))
|
||||
(uri (bioconductor-uri "IlluminaHumanMethylationEPICmanifest"
|
||||
version 'annotation))
|
||||
(sha256
|
||||
(base32
|
||||
"0alhjda5g186z8b1nsmnpfswrlj7prdz8mkwx60wkkl6hkcnk6p3"))))
|
||||
|
|
Loading…
Reference in a new issue