me
/
guix
Archived
1
0
Fork 0

gnu: r-psych: Update to 1.8.3.3.

* gnu/packages/cran.scm (r-psych): Update to 1.8.3.3.
master
Ricardo Wurmus 2018-04-21 08:42:20 +02:00
parent d087f47d61
commit 7bd6ecd7fa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3327,14 +3327,14 @@ It also includes interpolation functions.")
(define-public r-psych
(package
(name "r-psych")
(version "1.7.8")
(version "1.8.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "psych" version))
(sha256
(base32
"0daismb8pdk392vdy304hqx0m3jx62gx3a0hygjygc125rhfla7k"))))
"1zhp8j81nkzd65168zdw9ylypb9n07ajan21x0wqcn8jdbg970sg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-foreign" ,r-foreign)