gnu: r-robustbase: Update to 0.99-0.

* gnu/packages/statistics.scm (r-robustbase): Update to 0.99-0.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:32 +02:00
parent 86c7032abf
commit 387c1fafce
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5606,14 +5606,14 @@ can be efficiently implemented directly in the R language.")
(define-public r-robustbase
(package
(name "r-robustbase")
(version "0.95-1")
(version "0.99-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "robustbase" version))
(sha256
(base32
"1sm37gqs35cvkacigsla8kzvpzjzsrgkabf58ymk9pzcndnx4b46"))))
"0xshwfv6vq47857xfhwnlxcl1511ghn6pyjylrg39i19xhp44za3"))))
(build-system r-build-system)
(native-inputs
(list gfortran))