diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-25 18:47:07 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:15 +0200 |
| commit | 26c054dc122eb61425ab17b67e81f8f1bfb4cd48 (patch) | |
| tree | a3ba41f82065283ee1e411bc061b05a3929d8896 /gnu/packages | |
| parent | 5c19121c788e798f0659b5ba997b95cb3de299e0 (diff) | |
gnu: r-psych: Update to 2.6.3.
* gnu/packages/cran.scm (r-psych): Update to 2.6.3.
Change-Id: Id32e1e58f52f9c9c3ab9fec1d3ce255a0a75cf7e
Diffstat (limited to 'gnu/packages')
| -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 81175fbb1c8..474ff63b257 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -20846,14 +20846,14 @@ problems as well as resampling based estimators of prediction error.") (define-public r-psych (package (name "r-psych") - (version "2.6.1") + (version "2.6.3") (source (origin (method url-fetch) (uri (cran-uri "psych" version)) (sha256 (base32 - "1y0ikq75dfw7sy96j6xjfm46r8998bhmbzgvxxdp1ahvy0k9cqnh")))) + "0n3jnaazmvlgs796kqp72s4v7ndk61ci4jz9k86dmvhcqd7bnqaw")))) (build-system r-build-system) (propagated-inputs (list r-gparotation r-lattice r-mnormt r-nlme)) |
