diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 08:30:13 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:18:44 +0200 |
commit | 51bc6378393ba82352a33580b6e59115f6ad0d5b (patch) | |
tree | 60d5e7b06a5bf50b95ec84ecffd112e64ff1d577 /gnu | |
parent | c02dbd5c801dc88c77b6e5f292abf74901a026e3 (diff) |
gnu: r-ff: Update to 4.0.7.
* gnu/packages/cran.scm (r-ff): Update to 4.0.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files 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/") |