gnu: r-psych: Update to 2.0.9.

* gnu/packages/cran.scm (r-psych): Update to 2.0.9.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:12:37 +02:00
parent f8ca0afa19
commit 6016d52f42
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3529,14 +3529,14 @@ (define-public r-ipred
(define-public r-psych
(package
(name "r-psych")
(version "2.0.8")
(version "2.0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "psych" version))
(sha256
(base32
"0ymds7ql2dv994m73h68dnhbsws8bl09p2rqvl6xsq6c6xr0yryg"))))
"0wdh580a0psbdil28n0d85hnp42wmn11hcbnihjq8r7h54drgzpn"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)