me
/
guix
Archived
1
0
Fork 0

gnu: r-psych: Update to 2.2.5.

* gnu/packages/cran.scm (r-psych): Update to 2.2.5.
master
Ricardo Wurmus 2022-05-28 08:30:16 +02:00
parent f8f43d685e
commit a03033dde1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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