mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
57d336ca1f
commit
6b1b84d482
1 changed files with 2 additions and 2 deletions
|
@ -8969,14 +8969,14 @@ (define-public r-ipred
|
|||
(define-public r-psych
|
||||
(package
|
||||
(name "r-psych")
|
||||
(version "2.4.1")
|
||||
(version "2.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "psych" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08ip2m91c6hinva18zv575cn6w14pnjc503m1gisrg65c3z3f69b"))))
|
||||
"0ic479y314knn20m1cjlp15lji7f70xrg95ln570pgkhrk5853bi"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice r-mnormt r-nlme))
|
||||
|
|
Loading…
Reference in a new issue