guix-commits
[Top][All Lists]
Advanced

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

130/138: gnu: r-irlba: Update to 2.3.5.


From: guix-commits
Subject: 130/138: gnu: r-irlba: Update to 2.3.5.
Date: Wed, 5 Jan 2022 15:25:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0858d957baeb907db4ac0bc3f8d5bc37aed7c263
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:39 2022 +0100

    gnu: r-irlba: Update to 2.3.5.
    
    * gnu/packages/statistics.scm (r-irlba): Update to 2.3.5.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 6b555d2af5..6b9620d7ae 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3630,14 +3630,14 @@ flexible than the orphaned \"base64\" package.")
 (define-public r-irlba
   (package
     (name "r-irlba")
-    (version "2.3.3")
+    (version "2.3.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "irlba" version))
        (sha256
         (base32
-         "1h7mzrqdjc41814cf6c93sbyl7nxwvsf3x8apl9rhmydgdlk7qkf"))))
+         "1fcv4vazg2sbsda8qqjjsjn2wagcp2bsahvznwm443j66q6qrz16"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-matrix))



reply via email to

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