gnu: r-psych: Update to 2.4.3.

* gnu/packages/cran.scm (r-psych): Update to 2.4.3.

Change-Id: Ib7e464f2e2ec9a6d6eb5768e9ac8160f403777df
This commit is contained in:
Ricardo Wurmus 2024-03-19 14:43:23 +01:00
parent 57d336ca1f
commit 6b1b84d482
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8969,14 +8969,14 @@ (define-public r-ipred
(define-public r-psych (define-public r-psych
(package (package
(name "r-psych") (name "r-psych")
(version "2.4.1") (version "2.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "psych" version)) (uri (cran-uri "psych" version))
(sha256 (sha256
(base32 (base32
"08ip2m91c6hinva18zv575cn6w14pnjc503m1gisrg65c3z3f69b")))) "0ic479y314knn20m1cjlp15lji7f70xrg95ln570pgkhrk5853bi"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-lattice r-mnormt r-nlme)) (list r-lattice r-mnormt r-nlme))