diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:26 +0100 |
commit | 34b615e3e755861762f9d6ad97daed47227549df (patch) | |
tree | 3b97913c8f551e540bd221487dd9334f6b2a6ecc /gnu | |
parent | 7c8829ae33b8ac70bc31264e1e22c4d0a0b7ff3d (diff) | |
download | guix-34b615e3e755861762f9d6ad97daed47227549df.tar.gz guix-34b615e3e755861762f9d6ad97daed47227549df.zip |
gnu: r-pcaexplorer: Update to 2.24.0.
* gnu/packages/bioconductor.scm (r-pcaexplorer): Update to 2.24.0.
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 0a3475af54..1f9613164f 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6240,14 +6240,14 @@ the fact that each of these packages implements a select methods.") (define-public r-pcaexplorer (package (name "r-pcaexplorer") - (version "2.22.0") + (version "2.24.0") (source (origin (method url-fetch) (uri (bioconductor-uri "pcaExplorer" version)) (sha256 (base32 - "0xkafpi6y5n8hljdaj183hd5z4ik7lpbklg2cbx1hwfz4n4hh1bl")))) + "0gs4az4h5mwnr3s8fq7im5p3mm4mhc0x5amjr2badqkw1fih3jp7")))) (properties `((upstream-name . "pcaExplorer"))) (build-system r-build-system) (propagated-inputs |