me
/
guix
Archived
1
0
Fork 0

gnu: r-bigmelon: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.26.0.
master
Ricardo Wurmus 2023-04-28 19:01:20 +02:00
parent 2d821f86cb
commit 3dd7d3bf9e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 4 deletions

View File

@ -16099,14 +16099,14 @@ with multiple R processes supported by the package @code{parallel}.")
(define-public r-bigmelon (define-public r-bigmelon
(package (package
(name "r-bigmelon") (name "r-bigmelon")
(version "1.24.0") (version "1.26.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "bigmelon" version)) (uri (bioconductor-uri "bigmelon" version))
(sha256 (sha256
(base32 (base32
"094d43yv8af8sijp43ndcaincnsf3ng32vgwh6bfazlq5d601r6y")))) "1l1ym89qqbq6qx07bm2p8gcl5zd9xh0nbw10fb7s0pfbrkj8xy64"))))
(properties `((upstream-name . "bigmelon"))) (properties `((upstream-name . "bigmelon")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -16118,8 +16118,7 @@ with multiple R processes supported by the package @code{parallel}.")
r-methylumi r-methylumi
r-minfi r-minfi
r-watermelon)) r-watermelon))
(native-inputs (native-inputs (list r-knitr))
(list r-knitr))
(home-page "https://bioconductor.org/packages/bigmelon/") (home-page "https://bioconductor.org/packages/bigmelon/")
(synopsis "Illumina methylation array analysis for large experiments") (synopsis "Illumina methylation array analysis for large experiments")
(description (description