diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-07-02 14:58:35 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-07-17 22:38:26 +0200 |
commit | 10f54bb9c48ef12ee70a24af7e250a74786b5487 (patch) | |
tree | eb1142003435da3a9138609be4d9bd7160846abc /gnu | |
parent | 07e2f9ebaf17aafff8efa3c44ab40d1e6ac2f050 (diff) | |
download | guix-10f54bb9c48ef12ee70a24af7e250a74786b5487.tar.gz |
gnu: r-psych: Update to 2.4.6.26.
* gnu/packages/cran.scm (r-psych): Update to 2.4.6.26. [propagated-inputs]: Add r-gparotation. Change-Id: Ib24f6097db84d4728767c793b9ae0bccf51eb601
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index cd09a74e28..b8eaf0e836 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9651,17 +9651,17 @@ problems as well as resampling based estimators of prediction error.") (define-public r-psych (package (name "r-psych") - (version "2.4.3") + (version "2.4.6.26") (source (origin (method url-fetch) (uri (cran-uri "psych" version)) (sha256 (base32 - "0ic479y314knn20m1cjlp15lji7f70xrg95ln570pgkhrk5853bi")))) + "1gnjpcpqlviyyj5myhy440fj1zwx14b9jwhp5907yyhhw2ail69d")))) (build-system r-build-system) (propagated-inputs - (list r-lattice r-mnormt r-nlme)) + (list r-gparotation r-lattice r-mnormt r-nlme)) (native-inputs (list r-knitr)) (home-page "https://cran.r-project.org/web/packages/psych/") |