me
/
guix
Archived
1
0
Fork 0

gnu: r-psych: Update to 2.2.9.

* gnu/packages/cran.scm (r-psych): Update to 2.2.9.
master
Ricardo Wurmus 2022-11-04 08:23:18 +01:00
parent edfc9661f7
commit 33160ec99a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5950,14 +5950,14 @@ problems as well as resampling based estimators of prediction error.")
(define-public r-psych
(package
(name "r-psych")
(version "2.2.5")
(version "2.2.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "psych" version))
(sha256
(base32
"08f3byqwabgkqcxwpjbsxdcjkdg012iraqinw0fzskfl1srzkhyw"))))
"0wamcwbwn2x5y91d5hv3l3sfc41k685hlsv9cx8gkzl7yfziimac"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice r-mnormt r-nlme))