mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: r-robustbase: Update to 0.99-0.
* gnu/packages/statistics.scm (r-robustbase): Update to 0.99-0.
This commit is contained in:
parent
86c7032abf
commit
387c1fafce
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue