gnu: r-psych: Update to 1.8.12.
* gnu/packages/cran.scm (r-psych): Update to 1.8.12.
This commit is contained in:
parent
d5fa25a5a0
commit
523762e332
|
@ -2503,14 +2503,14 @@ problems as well as resampling based estimators of prediction error.")
|
||||||
(define-public r-psych
|
(define-public r-psych
|
||||||
(package
|
(package
|
||||||
(name "r-psych")
|
(name "r-psych")
|
||||||
(version "1.8.10")
|
(version "1.8.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "psych" version))
|
(uri (cran-uri "psych" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n3frgzsfmnan6cp3yyq5h6c28v5pd7q5a42pp6byaa7n7d1v478"))))
|
"0hvp0dkkkn0szaf5rkirr3kb8qmr4bxwl775m5wmpvn1kc25w5vf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-foreign" ,r-foreign)
|
`(("r-foreign" ,r-foreign)
|
||||||
|
|
Loading…
Reference in New Issue