me
/
guix
Archived
1
0
Fork 0

gnu: r-msm: Update to 1.6.9.

* gnu/packages/cran.scm (r-msm): Update to 1.6.9.
master
Ricardo Wurmus 2021-11-01 20:44:45 +00:00
parent 095bac3cb4
commit d2b49c25b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23963,14 +23963,14 @@ errors; tetrachoric and biserial correlations are special cases.")
(define-public r-msm
(package
(name "r-msm")
(version "1.6.8")
(version "1.6.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "msm" version))
(sha256
(base32
"1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
"08vhazswyxr3y1zb9y60mbg3bappzlizxml8s08p65mh82xxkz5f"))))
(properties `((upstream-name . "msm")))
(build-system r-build-system)
(propagated-inputs