guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

43/195: gnu: r-pls: Update to 2.8-3.


From: guix-commits
Subject: 43/195: gnu: r-pls: Update to 2.8-3.
Date: Fri, 15 Dec 2023 06:31:07 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 3c3b1ef0356980458a83c17332d55849ffdab4bc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:16:44 2023 +0100

    gnu: r-pls: Update to 2.8-3.
    
    * gnu/packages/cran.scm (r-pls): Update to 2.8-3.
    
    Change-Id: I672134fe44ac27a1f31ff37fc3318e30d40523e8
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3331e76acc..8b7bee4621 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6033,13 +6033,13 @@ error stream.")
 (define-public r-pls
   (package
     (name "r-pls")
-    (version "2.8-2")
+    (version "2.8-3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pls" version))
        (sha256
-        (base32 "1f7j47vyh26mp08730z21ssvia4df7rc8iiy5v3yclndc4wlqhi4"))))
+        (base32 "1qvbwr567vxywpfsl7cb15lpwxpd04kf01nzk1v8dm4csf6p5sz6"))))
     (build-system r-build-system)
     (home-page "https://mevik.net/work/software/pls.html";)
     (synopsis "Partial Least Squares and Principal Component Regression")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]