mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-rfast: Update to 2.0.3.
* gnu/packages/cran.scm (r-rfast): Update to 2.0.3.
This commit is contained in:
parent
99bdcea1ea
commit
65c01f0abb
1 changed files with 2 additions and 2 deletions
|
@ -25263,14 +25263,14 @@ (define-public r-rcppziggurat
|
|||
(define-public r-rfast
|
||||
(package
|
||||
(name "r-rfast")
|
||||
(version "2.0.1")
|
||||
(version "2.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rfast" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cq3mcg49hsvqhwn6f4dgsx7f8ma4qnwr5n6s7m22qy57rg31958"))))
|
||||
"1bmhmli6q4kg8321595k0yy91w9cblk14s6qbc9wf8f05108rg15"))))
|
||||
(properties `((upstream-name . "Rfast")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue