gnu: r-psych: Update to 1.9.12.

* gnu/packages/cran.scm (r-psych): Update to 1.9.12.
This commit is contained in:
Ricardo Wurmus 2019-12-20 21:04:20 +01:00
parent 6b662ce33e
commit 571f4689f9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3014,14 +3014,14 @@ (define-public r-ipred
(define-public r-psych
(package
(name "r-psych")
(version "1.8.12")
(version "1.9.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "psych" version))
(sha256
(base32
"0hvp0dkkkn0szaf5rkirr3kb8qmr4bxwl775m5wmpvn1kc25w5vf"))))
"13r7fyjsl93m121awnwfhya8a0lw0l2byn60yqdbf9gp3lmb9ny0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-foreign" ,r-foreign)