guix-commits
[Top][All Lists]
Advanced

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

35/43: gnu: r-rfast: Update to 2.0.1.


From: guix-commits
Subject: 35/43: gnu: r-rfast: Update to 2.0.1.
Date: Mon, 14 Sep 2020 13:07:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e6711231ed2cd592f72ad1c5c5b47de645c65eb4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 14 19:03:24 2020 +0200

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



reply via email to

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