mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-bigmelon: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.26.0.
This commit is contained in:
parent
2d821f86cb
commit
3dd7d3bf9e
1 changed files with 3 additions and 4 deletions
|
@ -16099,14 +16099,14 @@ (define-public r-gdsfmt
|
|||
(define-public r-bigmelon
|
||||
(package
|
||||
(name "r-bigmelon")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bigmelon" version))
|
||||
(sha256
|
||||
(base32
|
||||
"094d43yv8af8sijp43ndcaincnsf3ng32vgwh6bfazlq5d601r6y"))))
|
||||
"1l1ym89qqbq6qx07bm2p8gcl5zd9xh0nbw10fb7s0pfbrkj8xy64"))))
|
||||
(properties `((upstream-name . "bigmelon")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -16118,8 +16118,7 @@ (define-public r-bigmelon
|
|||
r-methylumi
|
||||
r-minfi
|
||||
r-watermelon))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/bigmelon/")
|
||||
(synopsis "Illumina methylation array analysis for large experiments")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue