rekado pushed a commit to branch wip-bioconductor
in repository guix.
commit 2ec31f09854efc66be3aac38733a403712fb8310
Author: zimoun <[email protected]>
AuthorDate: Thu Nov 17 03:50:12 2022 +0100
gnu: r-pcaexplorer: Update to 2.24.0.
* gnu/packages/bioconductor.scm (r-pcaexplorer): Update to 2.24.0.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 0b634d11f4..919cc55ff6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6199,14 +6199,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