rekado pushed a commit to branch wip-r
in repository guix.
commit a43a9f229d2f7e7f7426bd32f3bb08622f77bb10
Author: Ricardo Wurmus <[email protected]>
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/")