me
/
guix
Archived
1
0
Fork 0

gnu: r-robust: Update to 0.4-18.2.

* gnu/packages/statistics.scm (r-robust): Update to 0.4-18.2.
master
Ricardo Wurmus 2019-12-27 20:31:57 +01:00
parent 96211e3f33
commit e2eb77598a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4891,14 +4891,14 @@ generally.")
(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)