me
/
guix
Archived
1
0
Fork 0

gnu: r-ff: Update to 4.0.12.

* gnu/packages/cran.scm (r-ff): Update to 4.0.12.

Change-Id: I8f6c1b2de8eaff593d3521886259015de029ceff
master
Ricardo Wurmus 2024-01-17 23:09:46 +01:00
parent 9eacd1a7e3
commit 94d70b4f77
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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