gnu: r-fit-models: Update to 0.63.
* gnu/packages/statistics.scm (r-fit-models): Update to 0.63.master
parent
913eaa619c
commit
62648f4ae3
|
@ -4861,14 +4861,14 @@ estimation and robust multivariate analysis with high breakdown point.")
|
||||||
(define-public r-fit-models
|
(define-public r-fit-models
|
||||||
(package
|
(package
|
||||||
(name "r-fit-models")
|
(name "r-fit-models")
|
||||||
(version "0.5-14")
|
(version "0.63")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fit.models" version))
|
(uri (cran-uri "fit.models" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vjbzmx0ambm6yzidb4vbgmhclwzwv2iz2cwl54ccdkvx4cx3fck"))))
|
"0wrrfsgngsfrqnm247f0h6g01807i7lbf5chpyx7hkfdfmm4xbxn"))))
|
||||||
(properties `((upstream-name . "fit.models")))
|
(properties `((upstream-name . "fit.models")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue