diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 17:47:37 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 17:47:37 +0100 |
commit | 97d988cd232a63d15064fab0d87039148df0d8ed (patch) | |
tree | e43fc498155bca7e3d879534557922e45ceef02e /gnu | |
parent | b77fe732f011eb2e5a0a1cb4490938cf73e02f6e (diff) | |
download | guix-97d988cd232a63d15064fab0d87039148df0d8ed.tar.gz guix-97d988cd232a63d15064fab0d87039148df0d8ed.zip |
gnu: r-champ: Update to 2.32.0.
* gnu/packages/bioconductor.scm (r-champ): Update to 2.32.0.
Change-Id: I2058a0c0b086452ccfae5ef84884aa0b9cf51abb
Diffstat (limited to 'gnu')
-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 32aa8bf413..f941815a5a 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6794,13 +6794,13 @@ analysis.") (define-public r-champ (package (name "r-champ") - (version "2.30.0") + (version "2.32.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ChAMP" version)) (sha256 (base32 - "1px2pm90lxwh0yn7h1kmmf94flhjs5p4i0iav7ya1xfybyg4w2zc")))) + "1gdcdx34bxffd6ch354qx7yjngx3lj9chv5frwjyk56jq12vjjk7")))) (properties `((upstream-name . "ChAMP"))) (build-system r-build-system) (propagated-inputs |