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.
This commit is contained in:
parent
e469e10e20
commit
c17ee12cf7
|
@ -4800,16 +4800,16 @@ can be efficiently implemented directly in the R language.")
|
||||||
(define-public r-robustbase
|
(define-public r-robustbase
|
||||||
(package
|
(package
|
||||||
(name "r-robustbase")
|
(name "r-robustbase")
|
||||||
(version "0.93-3")
|
(version "0.93-4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "robustbase" version))
|
(uri (cran-uri "robustbase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nqh1qg1qd1qrxl1w585dqx7ql55qzjny1r4f9hqxpwd7lml07cc"))))
|
"1q56y0iqp7qhavm4xnpzhs64q7l893y7yiq3b20fllpghka077pa"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-deoptimr" ,r-deoptimr)))
|
`(("r-deoptimr" ,r-deoptimr)))
|
||||||
|
|
Loading…
Reference in New Issue