gnu: r-robustbase: Update to 0.92-8.

* gnu/packages/statistics.scm (r-robustbase): Update to 0.92-8.
master
Ricardo Wurmus 2017-11-03 14:07:43 +01:00
parent 1fb415cb50
commit 1fe75660c0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4696,14 +4696,14 @@ can be efficiently implemented directly in the R language.")
(define-public r-robustbase
(package
(name "r-robustbase")
(version "0.92-7")
(version "0.92-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "robustbase" version))
(sha256
(base32
"13xz4am7y0s0kl5bmbcw3dlhl7ji8h9sjx56wsgmj6r9n35nrggw"))))
"080ynchq8pvhnmbivj4fp74n0x9lyr9923sg0s9gq5irgm68kgxw"))))
(build-system r-build-system)
(inputs
`(("gfortran" ,gfortran)))