mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-mvtnorm: Update to 1.0-12.
* gnu/packages/statistics.scm (r-mvtnorm): Update to 1.0-12. [inputs]: Move gfortran from here... [native-inputs]: ...to here.
This commit is contained in:
parent
62d8020a5e
commit
e05b5da86c
1 changed files with 3 additions and 3 deletions
|
@ -3592,15 +3592,15 @@ (define-public r-r-rsp
|
|||
(define-public r-mvtnorm
|
||||
(package
|
||||
(name "r-mvtnorm")
|
||||
(version "1.0-11")
|
||||
(version "1.0-12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mvtnorm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lkjph661blc1nwfzg9w48a60wvj6ffh4zjwlisvracsx4nn2883"))))
|
||||
"03rfmii9j8x8fjv7hp8qd28z0svl4w0x54k2f4jpwv4qa7079i24"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(home-page "http://mvtnorm.R-forge.R-project.org")
|
||||
(synopsis "Package for multivariate normal and t-distributions")
|
||||
|
|
Loading…
Reference in a new issue