guix-commits
[Top][All Lists]
Advanced

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

20/22: gnu: r-irlba: Update to 2.1.2.


From: Ricardo Wurmus
Subject: 20/22: gnu: r-irlba: Update to 2.1.2.
Date: Wed, 26 Oct 2016 14:24:04 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 89242ea47fa48464091de62d65d7ffcdcd2b1875
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 15:55:10 2016 +0200

    gnu: r-irlba: Update to 2.1.2.
    
    * gnu/packages/statistics.scm (r-irlba): Update to 2.1.2.
---
 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 75fa482..b86a6eb 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2621,14 +2621,14 @@ flexible than the orphaned \"base64\" package.")
 (define-public r-irlba
   (package
     (name "r-irlba")
-    (version "2.1.1")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "irlba" version))
        (sha256
         (base32
-         "0yb8b8g6f3cb0f56r702fn2px8nf5rx8cyy2scq36xai9w7f25jj"))))
+         "1qbcn0ix85pmk296jhpi419kvh06vxm5cq24yk013ps3g7fyi0si"))))
     (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]