me
/
guix
Archived
1
0
Fork 0

gnu: r-psych: Update to 2.3.12.

* gnu/packages/cran.scm (r-psych): Update to 2.3.12.

Change-Id: I7bb3783e4df94655ab4d71bc6e14303691e39500
master
Ricardo Wurmus 2023-12-28 00:44:29 +01:00
parent 318dcc40e0
commit cb71656a2a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8510,14 +8510,14 @@ problems as well as resampling based estimators of prediction error.")
(define-public r-psych
(package
(name "r-psych")
(version "2.3.9")
(version "2.3.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "psych" version))
(sha256
(base32
"1c8r42yv7x1vjxz8j2hvkii6jxapffiib2s5vvlsm4hp2qffihh4"))))
"0q8qms180gxk7wlm8li3j5r8rwniqj01xfm00gkvkc8q9djcsm8p"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice r-mnormt r-nlme))