gnu: r-psych: Update to 2.1.9.
* gnu/packages/cran.scm (r-psych): Update to 2.1.9.
This commit is contained in:
parent
c638dcda0f
commit
592bd1dd64
1 changed files with 2 additions and 2 deletions
|
@ -4775,14 +4775,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.1.6")
|
(version "2.1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "psych" version))
|
(uri (cran-uri "psych" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rmwwfrhi1h9r57cp6004alchf11f7k5amlgxj4z8zsws5v1cfxx"))))
|
"032h33i2qlwsw2iq82nri5y8hs7d593w40aghcvnibpi2wxf0x8l"))))
|
||||||
(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