gnu: r-robustbase: Update to 0.93-4.

* gnu/packages/statistics.scm (r-robustbase): Update to 0.93-4.
[inputs]: Move gfortran from here...
[native-inputs]: ...to here.
master
Ricardo Wurmus 2019-03-20 23:44:57 +01:00
parent e469e10e20
commit c17ee12cf7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -4800,16 +4800,16 @@ can be efficiently implemented directly in the R language.")
(define-public r-robustbase
(package
(name "r-robustbase")
(version "0.93-3")
(version "0.93-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "robustbase" version))
(sha256
(base32
"1nqh1qg1qd1qrxl1w585dqx7ql55qzjny1r4f9hqxpwd7lml07cc"))))
"1q56y0iqp7qhavm4xnpzhs64q7l893y7yiq3b20fllpghka077pa"))))
(build-system r-build-system)
(inputs
(native-inputs
`(("gfortran" ,gfortran)))
(propagated-inputs
`(("r-deoptimr" ,r-deoptimr)))