mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-mvtnorm: Update to 1.2-3.
* gnu/packages/statistics.scm (r-mvtnorm): Update to 1.2-3.
This commit is contained in:
parent
130eae02a6
commit
53fd472591
1 changed files with 2 additions and 2 deletions
|
@ -4360,13 +4360,13 @@ (define-public r-r-rsp
|
|||
(define-public r-mvtnorm
|
||||
(package
|
||||
(name "r-mvtnorm")
|
||||
(version "1.2-2")
|
||||
(version "1.2-3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mvtnorm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"047y4sv1ydvszmzrssywhqfhx2mcrlbkypczgbh380wk7yrncmbg"))))
|
||||
"1iy65fc2y0af6ma9f6lvzd5zh7zm60cqihdhr58ksc75ymfxrnia"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
|
|
Loading…
Reference in a new issue