mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
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")
|
(version "0.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We cannot use bioconductor-uri here because this tarball is
|
(uri (bioconductor-uri "IlluminaHumanMethylationEPICmanifest"
|
||||||
;; located under "data/annotation/" instead of "bioc/".
|
version 'annotation))
|
||||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
|
||||||
"release/data/annotation/src/contrib/"
|
|
||||||
"IlluminaHumanMethylationEPICmanifest_"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0alhjda5g186z8b1nsmnpfswrlj7prdz8mkwx60wkkl6hkcnk6p3"))))
|
"0alhjda5g186z8b1nsmnpfswrlj7prdz8mkwx60wkkl6hkcnk6p3"))))
|
||||||
|
|
Loading…
Reference in a new issue