guix-commits
[Top][All Lists]
Advanced

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

10/56: gnu: r-ff: Update to 2.2-14.


From: Ricardo Wurmus
Subject: 10/56: gnu: r-ff: Update to 2.2-14.
Date: Thu, 31 May 2018 07:22:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 207c497e1491d9e8b3e59866f274fb6409b966c3
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 31 12:27:21 2018 +0200

    gnu: r-ff: Update to 2.2-14.
    
    * gnu/packages/cran.scm (r-ff): Update to 2.2-14.
---
 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 b97408f..9c17c8d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -730,14 +730,14 @@ any subsequent lookup as it keeps the hash table in 
memory.")
 (define-public r-ff
   (package
     (name "r-ff")
-    (version "2.2-13")
+    (version "2.2-14")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ff" version))
        (sha256
         (base32
-         "1nvd6kx46xzyc99a44mgynd94pvd2h495m5a7b1g67k5w2phiywb"))))
+         "1w724q4jpzbvzpilb2ifviaxkjgk9lzwxz9gksnvicbmfa20fqqw"))))
     (build-system r-build-system)
     (propagated-inputs `(("r-bit" ,r-bit)))
     (home-page "http://ff.r-forge.r-project.org/";)



reply via email to

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