diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 13:26:13 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 21:35:30 +0200 |
commit | da8acbb9e030d7299bf9216a096a23302cfcdbc4 (patch) | |
tree | 326cdf9d2ac203f05172438f074d2910f314077e /gnu | |
parent | ee927e952fa25c6735c7a86fa5c4d230092d8f49 (diff) |
gnu: r-psych: Update to 2.1.6.
* gnu/packages/cran.scm (r-psych): Update to 2.1.6.
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 9e0894824f..daaf5b15de 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4647,14 +4647,14 @@ problems as well as resampling based estimators of prediction error.") (define-public r-psych (package (name "r-psych") - (version "2.1.3") + (version "2.1.6") (source (origin (method url-fetch) (uri (cran-uri "psych" version)) (sha256 (base32 - "1ibh1ivr280wpmk3qjgm715dk79wx0ikjl9jjjcqs03q6vz4wmdx")))) + "0rmwwfrhi1h9r57cp6004alchf11f7k5amlgxj4z8zsws5v1cfxx")))) (build-system r-build-system) (propagated-inputs `(("r-lattice" ,r-lattice) |