gnu: r-ff: Update to 2.2-14.2.

* gnu/packages/cran.scm (r-ff): Update to 2.2-14.2.
This commit is contained in:
Ricardo Wurmus 2020-04-27 17:27:01 +02:00
parent d911e22af3
commit 4c0cf66cfc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2125,14 +2125,14 @@ any subsequent lookup as it keeps the hash table in memory.")
(define-public r-ff
(package
(name "r-ff")
(version "2.2-14")
(version "2.2-14.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ff" version))
(sha256
(base32
"1w724q4jpzbvzpilb2ifviaxkjgk9lzwxz9gksnvicbmfa20fqqw"))))
"1r1pbrf5s4rdm3msxxr8fy1f2xjihqciclsnvxf59qzz6g1nmh7q"))))
(build-system r-build-system)
(propagated-inputs `(("r-bit" ,r-bit)))
(home-page "http://ff.r-forge.r-project.org/")