me
/
guix
Archived
1
0
Fork 0

gnu: r-psych: Update to 2.1.9.

* gnu/packages/cran.scm (r-psych): Update to 2.1.9.
master
Ricardo Wurmus 2021-09-29 15:33:16 +02:00
parent c638dcda0f
commit 592bd1dd64
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4775,14 +4775,14 @@ problems as well as resampling based estimators of prediction error.")
(define-public r-psych
(package
(name "r-psych")
(version "2.1.6")
(version "2.1.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "psych" version))
(sha256
(base32
"0rmwwfrhi1h9r57cp6004alchf11f7k5amlgxj4z8zsws5v1cfxx"))))
"032h33i2qlwsw2iq82nri5y8hs7d593w40aghcvnibpi2wxf0x8l"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)