3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-psych: Update to 2.1.9.

* gnu/packages/cran.scm (r-psych): Update to 2.1.9.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:16 +02:00
parent c638dcda0f
commit 592bd1dd64
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)