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

* gnu/packages/statistics.scm (r-robustbase): Update to 0.93-5.
master
Ricardo Wurmus 2019-05-18 06:48:21 +02:00
parent 89428ef7fb
commit b02a960275
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4817,14 +4817,14 @@ can be efficiently implemented directly in the R language.")
(define-public r-robustbase
(package
(name "r-robustbase")
(version "0.93-4")
(version "0.93-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "robustbase" version))
(sha256
(base32
"1q56y0iqp7qhavm4xnpzhs64q7l893y7yiq3b20fllpghka077pa"))))
"0mkzbsjl5nihyj7mzks14p6kr3spp44xvygjz4ran11gspdn9rdx"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))