guix-commits
[Top][All Lists]
Advanced

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

55/77: gnu: r-irlba: Update to 2.3.2.


From: Ricardo Wurmus
Subject: 55/77: gnu: r-irlba: Update to 2.3.2.
Date: Tue, 13 Feb 2018 10:19:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8ff6853c13a09d2db6624cfd5ad575bb0674e646
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 16:08:43 2018 +0100

    gnu: r-irlba: Update to 2.3.2.
    
    * gnu/packages/statistics.scm (r-irlba): Update to 2.3.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 08ce65d..7cfd70c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3076,14 +3076,14 @@ flexible than the orphaned \"base64\" package.")
 (define-public r-irlba
   (package
     (name "r-irlba")
-    (version "2.3.1")
+    (version "2.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "irlba" version))
        (sha256
         (base32
-         "1dclzzkm75sbbqda5scj2hlqnw2sksgxbiqagxs4359fwfszi0k0"))))
+         "0f7wb12wa0zbyllk5adcf4f517wgjpkhsx4j176i9ax6xy7jvprz"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-matrix" ,r-matrix)))



reply via email to

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