me
/
guix
Archived
1
0
Fork 0

gnu: r-psych: Update to 1.8.4.

* gnu/packages/cran.scm (r-psych): Update to 1.8.4.
master
Ricardo Wurmus 2018-05-31 12:30:17 +02:00
parent aadb9ee6df
commit 13079c143b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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