gnu: r-psych: Update to 2.0.12.

* gnu/packages/cran.scm (r-psych): Update to 2.0.12.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:08:25 +01:00
parent d5ce26c35e
commit 0b03081d68
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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