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:
Ricardo Wurmus 2020-01-16 04:41:56 +01:00
parent 62d8020a5e
commit e05b5da86c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")