3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/statistics.scm (r-robustbase): Update to 0.93-5.
This commit is contained in:
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

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