Archived
1
0
Fork 0

gnu: r-psych: Update to 2.2.5.

* gnu/packages/cran.scm (r-psych): Update to 2.2.5.
This commit is contained in:
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

View file

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