diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-09-14 19:01:56 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-09-14 19:07:45 +0200 |
commit | dee6078a86d8f4cc0fec754f25e45491403af3ca (patch) | |
tree | b51e2e3f4b7bd018a82827e6068bd7155b7f9c13 | |
parent | c5199f2918d04f692112521ef100e2146dbc91a4 (diff) | |
download | guix-dee6078a86d8f4cc0fec754f25e45491403af3ca.tar.gz guix-dee6078a86d8f4cc0fec754f25e45491403af3ca.zip |
gnu: r-psych: Update to 2.0.8.
* gnu/packages/cran.scm (r-psych): Update to 2.0.8.
-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 e6625ea375..9a2efa235e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3525,14 +3525,14 @@ problems as well as resampling based estimators of prediction error.") (define-public r-psych (package (name "r-psych") - (version "2.0.7") + (version "2.0.8") (source (origin (method url-fetch) (uri (cran-uri "psych" version)) (sha256 (base32 - "13z26yk9nrgviyakkij3jc7mja8wy7al9ripab07mvy21kli79bc")))) + "0ymds7ql2dv994m73h68dnhbsws8bl09p2rqvl6xsq6c6xr0yryg")))) (build-system r-build-system) (propagated-inputs `(("r-lattice" ,r-lattice) |