me
/
guix
Archived
1
0
Fork 0

gnu: r-ff: Update to 4.0.7.

* gnu/packages/cran.scm (r-ff): Update to 4.0.7.
master
Ricardo Wurmus 2022-05-28 08:30:13 +02:00
parent c02dbd5c80
commit 51bc637839
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4172,14 +4172,14 @@ any subsequent lookup as it keeps the hash table in memory.")
(define-public r-ff (define-public r-ff
(package (package
(name "r-ff") (name "r-ff")
(version "4.0.5") (version "4.0.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ff" version)) (uri (cran-uri "ff" version))
(sha256 (sha256
(base32 (base32
"0dsh6llfdz04w94xr3yl2b4vkk9g3rwhvfnxcd025v2424krxfls")))) "1yl3ipzz9bjkfy9bbna7xz5n7iz4lchnw5l7agww7by764yk6iqa"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-bit)) (propagated-inputs (list r-bit))
(home-page "http://ff.r-forge.r-project.org/") (home-page "http://ff.r-forge.r-project.org/")