Archived
1
0
Fork 0

gnu: r-psych: Update to 2.1.9.

* gnu/packages/cran.scm (r-psych): Update to 2.1.9.
This commit is contained in:
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

View file

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