diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 08:30:16 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:18:45 +0200 |
commit | a03033dde1df0a623a1165623c24dbf3dedd1246 (patch) | |
tree | babc5f49b1969b83cb08f10fd5a974825a0ddb15 /gnu | |
parent | f8f43d685e99a32416ec8eb95fb232596a12746b (diff) |
gnu: r-psych: Update to 2.2.5.
* gnu/packages/cran.scm (r-psych): Update to 2.2.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files 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)) |