gnu: r-psych: Update to 2.0.12.
* gnu/packages/cran.scm (r-psych): Update to 2.0.12.
This commit is contained in:
parent
d5ce26c35e
commit
0b03081d68
1 changed files with 2 additions and 2 deletions
|
@ -3766,14 +3766,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 "2.0.9")
|
(version "2.0.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
|
||||||
"0wdh580a0psbdil28n0d85hnp42wmn11hcbnihjq8r7h54drgzpn"))))
|
"0k5dw5nb7kx7f21b0z01dry99qcpnk7iaicv7xq9d35wv2hx8wca"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)
|
`(("r-lattice" ,r-lattice)
|
||||||
|
|
Reference in a new issue