gnu: r-rfast: Update to 2.0.0.

* gnu/packages/cran.scm (r-rfast): Update to 2.0.0.
This commit is contained in:
Ricardo Wurmus 2020-09-04 22:00:35 +02:00
parent 7f1358db61
commit 5e7480350f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23024,14 +23024,14 @@ (define-public r-rcppziggurat
(define-public r-rfast
(package
(name "r-rfast")
(version "1.9.9")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rfast" version))
(sha256
(base32
"18m8xhg24kygwhq7avdp1hibilicb5wppi2wdmc36fkqljc274y0"))))
"010dm5h2vayvfbh0zny7i2c7fmn83r2b54849r0b4id3wjpmg3xy"))))
(properties `((upstream-name . "Rfast")))
(build-system r-build-system)
(propagated-inputs