me
/
guix
Archived
1
0
Fork 0

gnu: r-psych: Update to 2.4.1.

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

Change-Id: Iebac111c7dd7a8bab9df6789c9861e499b4439d3
master
Ricardo Wurmus 2024-01-23 08:26:10 +01:00
parent b12217b3d0
commit 3d0fa8fb65
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8714,14 +8714,14 @@ problems as well as resampling based estimators of prediction error.")
(define-public r-psych
(package
(name "r-psych")
(version "2.3.12")
(version "2.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "psych" version))
(sha256
(base32
"0q8qms180gxk7wlm8li3j5r8rwniqj01xfm00gkvkc8q9djcsm8p"))))
"08ip2m91c6hinva18zv575cn6w14pnjc503m1gisrg65c3z3f69b"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice r-mnormt r-nlme))