mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -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
|
(define-public r-robust
|
||||||
(package
|
(package
|
||||||
(name "r-robust")
|
(name "r-robust")
|
||||||
(version "0.4-18.1")
|
(version "0.4-18.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "robust" version))
|
(uri (cran-uri "robust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xs098pfw5zdcdk3rsxkylfl6d2pyp566s5v92bzhgl7h8c90cfy"))))
|
"02x7d6dgx3skiadvx5m3c44b4bhz37ycpfhc25dhhv50y1db6l3k"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-fit-models" ,r-fit-models)
|
`(("r-fit-models" ,r-fit-models)
|
||||||
|
|
Loading…
Reference in a new issue