rekado pushed a commit to branch wip-r
in repository guix.
commit dd91eb6e3d8e6d0fc420616780190175b62be4d1
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat May 28 08:30:16 2022 +0200
gnu: r-psych: Update to 2.2.5.
* gnu/packages/cran.scm (r-psych): Update to 2.2.5.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0500315ecf..0fedb50600 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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))