diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 17:59:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:27:55 +0200 |
commit | 6c700d8b3aba4c7c4a5b98e6b4cc802e5b51bcfb (patch) | |
tree | 210c3f84de25a6aee2df19481cf6a28fc7cfc93f | |
parent | 7b4443f3654db2bdb902414231406c46846557bb (diff) | |
download | guix-6c700d8b3aba4c7c4a5b98e6b4cc802e5b51bcfb.tar.gz guix-6c700d8b3aba4c7c4a5b98e6b4cc802e5b51bcfb.zip |
gnu: r-champ: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-champ): Update to 2.30.0.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index ace2836528..663d6d9b1e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6030,13 +6030,13 @@ analysis.") (define-public r-champ (package (name "r-champ") - (version "2.28.0") + (version "2.30.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ChAMP" version)) (sha256 (base32 - "10ss0a3miqrx92vy1r1h5rv3mnjn4iyl32q86s0x59d3fvqp2cx1")))) + "1px2pm90lxwh0yn7h1kmmf94flhjs5p4i0iav7ya1xfybyg4w2zc")))) (properties `((upstream-name . "ChAMP"))) (build-system r-build-system) (propagated-inputs |