gnu: r-rfast: Update to 2.0.7.

* gnu/packages/cran.scm (r-rfast): Update to 2.0.7.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:41 +01:00
parent efff0d4ccc
commit f44faf597c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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