diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:20 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:04 +0200 |
commit | 3dd7d3bf9e63d665ffd7ec9e9cba49602d27745d (patch) | |
tree | bc55cc93bf98a2162ca99f25a7c4b7f43fb5bee0 | |
parent | 2d821f86cb6cb8c7521ff20566ba9e1d7f3710a6 (diff) | |
download | guix-3dd7d3bf9e63d665ffd7ec9e9cba49602d27745d.tar.gz guix-3dd7d3bf9e63d665ffd7ec9e9cba49602d27745d.zip |
gnu: r-bigmelon: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.26.0.
-rw-r--r-- | gnu/packages/bioconductor.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 9488addbba..69f71d9097 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -16099,14 +16099,14 @@ with multiple R processes supported by the package @code{parallel}.") (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 @@ with multiple R processes supported by the package @code{parallel}.") 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 |