rekado pushed a commit to branch master
in repository guix.
commit 34be3e5a0627af3de2cd6fdb74f2a16234cb776d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:15 2023 +0100
gnu: r-ff: Update to 4.0.9.
* gnu/packages/cran.scm (r-ff): Update to 4.0.9.
---
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 69fef5e166..f607cf697f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5318,14 +5318,14 @@ any subsequent lookup as it keeps the hash table in
memory.")
(define-public r-ff
(package
(name "r-ff")
- (version "4.0.7")
+ (version "4.0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "ff" version))
(sha256
(base32
- "1yl3ipzz9bjkfy9bbna7xz5n7iz4lchnw5l7agww7by764yk6iqa"))))
+ "0krwxq4985x3n5mzx8i9smwpkd5sifbfgy9z7ikwk84734km683j"))))
(build-system r-build-system)
(propagated-inputs (list r-bit))
(home-page "http://ff.r-forge.r-project.org/")