guix-commits
[Top][All Lists]
Advanced

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

43/59: gnu: r-rfast: Update to 2.0.3.


From: guix-commits
Subject: 43/59: gnu: r-rfast: Update to 2.0.3.
Date: Thu, 20 May 2021 04:59:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 65c01f0abb20b6fa2db76d26421acdf40954c194
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 20 10:54:46 2021 +0200

    gnu: r-rfast: Update to 2.0.3.
    
    * gnu/packages/cran.scm (r-rfast): Update to 2.0.3.
---
 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 27990c9..6e113f2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25263,14 +25263,14 @@ aggregation for comparing different implementations 
in order to provide a
 (define-public r-rfast
   (package
     (name "r-rfast")
-    (version "2.0.1")
+    (version "2.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rfast" version))
        (sha256
         (base32
-         "1cq3mcg49hsvqhwn6f4dgsx7f8ma4qnwr5n6s7m22qy57rg31958"))))
+         "1bmhmli6q4kg8321595k0yy91w9cblk14s6qbc9wf8f05108rg15"))))
     (properties `((upstream-name . "Rfast")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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