me
/
guix
Archived
1
0
Fork 0

gnu: r-rfast: Update to 2.0.4.

* gnu/packages/cran.scm (r-rfast): Update to 2.0.4.
master
Ricardo Wurmus 2022-01-05 19:34:31 +01:00
parent 9c52d5661a
commit 8bd5d056f4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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