guix-commits
[Top][All Lists]
Advanced

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

21/214: gnu: r-ff: Update to 4.0.7.


From: guix-commits
Subject: 21/214: gnu: r-ff: Update to 4.0.7.
Date: Sat, 28 May 2022 04:37:11 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit a43a9f229d2f7e7f7426bd32f3bb08622f77bb10
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:13 2022 +0200

    gnu: r-ff: Update to 4.0.7.
    
    * gnu/packages/cran.scm (r-ff): Update to 4.0.7.
---
 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 f5fff4410b..81358abcfe 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4172,14 +4172,14 @@ any subsequent lookup as it keeps the hash table in 
memory.")
 (define-public r-ff
   (package
     (name "r-ff")
-    (version "4.0.5")
+    (version "4.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ff" version))
        (sha256
         (base32
-         "0dsh6llfdz04w94xr3yl2b4vkk9g3rwhvfnxcd025v2424krxfls"))))
+         "1yl3ipzz9bjkfy9bbna7xz5n7iz4lchnw5l7agww7by764yk6iqa"))))
     (build-system r-build-system)
     (propagated-inputs (list r-bit))
     (home-page "http://ff.r-forge.r-project.org/";)



reply via email to

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