me
/
guix
Archived
1
0
Fork 0

gnu: r-psych: Update to 2.0.9.

* gnu/packages/cran.scm (r-psych): Update to 2.0.9.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3529,14 +3529,14 @@ problems as well as resampling based estimators of prediction error.")
(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)