diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:44:42 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:14 +0200 |
commit | d4201b5f6185235737be4ca35b5d984023ed5377 (patch) | |
tree | cc1123d93bc0cceee5e76e44c1c1a8045ec29eb1 | |
parent | e3878bc3c075c0ec9cc75cde7df839521b6ddf56 (diff) |
gnu: r-pcamethods: Update to 1.88.0.
* gnu/packages/bioconductor.scm (r-pcamethods): Update to 1.88.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 0e33da51ac..116359fcd6 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4580,14 +4580,14 @@ the fact that each of these packages implements a select methods.") (define-public r-pcamethods (package (name "r-pcamethods") - (version "1.86.0") + (version "1.88.0") (source (origin (method url-fetch) (uri (bioconductor-uri "pcaMethods" version)) (sha256 (base32 - "1fj2v6sna4lbw7ar9h93y2g4pzylqqp7760ih425gcai7s19xdrg")))) + "1087sl7y707zld7zpf3ly51gnmdp93vn90dwa5440v7qawvg2h9b")))) (properties `((upstream-name . "pcaMethods"))) (build-system r-build-system) (propagated-inputs |