gnu: r-rfast: Update to 2.0.1.
* gnu/packages/cran.scm (r-rfast): Update to 2.0.1.
This commit is contained in:
parent
0982ffa898
commit
e6711231ed
1 changed files with 2 additions and 2 deletions
|
@ -23218,14 +23218,14 @@ aggregation for comparing different implementations in order to provide a
|
||||||
(define-public r-rfast
|
(define-public r-rfast
|
||||||
(package
|
(package
|
||||||
(name "r-rfast")
|
(name "r-rfast")
|
||||||
(version "2.0.0")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rfast" version))
|
(uri (cran-uri "Rfast" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"010dm5h2vayvfbh0zny7i2c7fmn83r2b54849r0b4id3wjpmg3xy"))))
|
"1cq3mcg49hsvqhwn6f4dgsx7f8ma4qnwr5n6s7m22qy57rg31958"))))
|
||||||
(properties `((upstream-name . "Rfast")))
|
(properties `((upstream-name . "Rfast")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue