gnu: r-fit-models: Update to 0.64.

* gnu/packages/statistics.scm (r-fit-models): Update to 0.64.
This commit is contained in:
Ricardo Wurmus 2020-08-12 12:00:08 +02:00
parent 15d4f9e109
commit d7570fc79b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4848,14 +4848,14 @@ estimation and robust multivariate analysis with high breakdown point.")
(define-public r-fit-models
(package
(name "r-fit-models")
(version "0.63")
(version "0.64")
(source
(origin
(method url-fetch)
(uri (cran-uri "fit.models" version))
(sha256
(base32
"0wrrfsgngsfrqnm247f0h6g01807i7lbf5chpyx7hkfdfmm4xbxn"))))
"1nk4x2q8cv79zcls61saf627ac0fci6jcrd6lmzk61asm2zhc27p"))))
(properties `((upstream-name . "fit.models")))
(build-system r-build-system)
(propagated-inputs