gnu: r-msm: Update to 1.7.
* gnu/packages/cran.scm (r-msm): Update to 1.7.
This commit is contained in:
parent
54101031f6
commit
1f94ebca07
1 changed files with 2 additions and 2 deletions
|
@ -26408,14 +26408,14 @@ errors; tetrachoric and biserial correlations are special cases.")
|
||||||
(define-public r-msm
|
(define-public r-msm
|
||||||
(package
|
(package
|
||||||
(name "r-msm")
|
(name "r-msm")
|
||||||
(version "1.6.9")
|
(version "1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "msm" version))
|
(uri (cran-uri "msm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08vhazswyxr3y1zb9y60mbg3bappzlizxml8s08p65mh82xxkz5f"))))
|
"1c0dvmrjxx551n207fq4yjr56rdchaf1zzldxx4rx4b6g7jgi2bz"))))
|
||||||
(properties `((upstream-name . "msm")))
|
(properties `((upstream-name . "msm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue