mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-robust: Update to 0.4-18.2.
* gnu/packages/statistics.scm (r-robust): Update to 0.4-18.2.
This commit is contained in:
parent
96211e3f33
commit
e2eb77598a
1 changed files with 2 additions and 2 deletions
|
@ -4891,14 +4891,14 @@ (define-public r-fit-models
|
|||
(define-public r-robust
|
||||
(package
|
||||
(name "r-robust")
|
||||
(version "0.4-18.1")
|
||||
(version "0.4-18.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "robust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xs098pfw5zdcdk3rsxkylfl6d2pyp566s5v92bzhgl7h8c90cfy"))))
|
||||
"02x7d6dgx3skiadvx5m3c44b4bhz37ycpfhc25dhhv50y1db6l3k"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-fit-models" ,r-fit-models)
|
||||
|
|
Loading…
Reference in a new issue