mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-psych: Update to 2.4.1.
* gnu/packages/cran.scm (r-psych): Update to 2.4.1. Change-Id: Iebac111c7dd7a8bab9df6789c9861e499b4439d3
This commit is contained in:
parent
b12217b3d0
commit
3d0fa8fb65
1 changed files with 2 additions and 2 deletions
|
@ -8714,14 +8714,14 @@ (define-public r-ipred
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue