gnu: r-rfast: Update to 2.0.6.

* gnu/packages/cran.scm (r-rfast): Update to 2.0.6.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:34 +01:00
parent 026aa0aec0
commit f74a6e8096
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -27199,14 +27199,14 @@ aggregation for comparing different implementations in order to provide a
(define-public r-rfast
(package
(name "r-rfast")
(version "2.0.4")
(version "2.0.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rfast" version))
(sha256
(base32
"1n9imwkkq14ickp0g34jyha4jkr180xj0ar8xh3hqqi4dvihg6cm"))))
"0zxykq021h57mq0n6giqbx8ncjsdly0arhmaj3fcp3yfcxf4ns9l"))))
(properties `((upstream-name . "Rfast")))
(build-system r-build-system)
(propagated-inputs