diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-09-29 15:33:16 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-09-30 12:39:35 +0200 |
commit | 592bd1dd6448736f5ea024ac63be6f5e86260531 (patch) | |
tree | 2dd33f61623b9702fc89281a988a446f5753f3bb /gnu/packages/cran.scm | |
parent | c638dcda0f8c452d380c9505631888f8a95779cf (diff) |
gnu: r-psych: Update to 2.1.9.
* gnu/packages/cran.scm (r-psych): Update to 2.1.9.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 62aa4ef206..a216ff95cb 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4775,14 +4775,14 @@ problems as well as resampling based estimators of prediction error.") (define-public r-psych (package (name "r-psych") - (version "2.1.6") + (version "2.1.9") (source (origin (method url-fetch) (uri (cran-uri "psych" version)) (sha256 (base32 - "0rmwwfrhi1h9r57cp6004alchf11f7k5amlgxj4z8zsws5v1cfxx")))) + "032h33i2qlwsw2iq82nri5y8hs7d593w40aghcvnibpi2wxf0x8l")))) (build-system r-build-system) (propagated-inputs `(("r-lattice" ,r-lattice) |