guix-commits
[Top][All Lists]
Advanced

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

46/55: gnu: r-irlba: Update to 2.1.1.


From: Ricardo Wurmus
Subject: 46/55: gnu: r-irlba: Update to 2.1.1.
Date: Mon, 12 Sep 2016 15:45:06 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit c3253ce1b5122e916437cdd7a285d5c76b571ebc
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 12 15:31:02 2016 +0200

    gnu: r-irlba: Update to 2.1.1.
    
    * gnu/packages/statistics.scm (r-irlba): Update to 2.1.1.
---
 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 4c525e1..714a740 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2412,14 +2412,14 @@ flexible than the orphaned \"base64\" package.")
 (define-public r-irlba
   (package
     (name "r-irlba")
-    (version "2.0.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "irlba" version))
        (sha256
         (base32
-         "1gms3rxrm24ri4vjvnpl4v47m7bx0zk63z8y85rbhsvx230xdy0m"))))
+         "0yb8b8g6f3cb0f56r702fn2px8nf5rx8cyy2scq36xai9w7f25jj"))))
     (build-system r-build-system)
     (home-page "http://cran.r-project.org/web/packages/irlba";)
     (synopsis "Methods for eigendecomposition of large matrices")



reply via email to

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