mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-psych: Update to 2.3.12.
* gnu/packages/cran.scm (r-psych): Update to 2.3.12. Change-Id: I7bb3783e4df94655ab4d71bc6e14303691e39500
This commit is contained in:
parent
318dcc40e0
commit
cb71656a2a
1 changed files with 2 additions and 2 deletions
|
@ -8510,14 +8510,14 @@ (define-public r-ipred
|
||||||
(define-public r-psych
|
(define-public r-psych
|
||||||
(package
|
(package
|
||||||
(name "r-psych")
|
(name "r-psych")
|
||||||
(version "2.3.9")
|
(version "2.3.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "psych" version))
|
(uri (cran-uri "psych" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c8r42yv7x1vjxz8j2hvkii6jxapffiib2s5vvlsm4hp2qffihh4"))))
|
"0q8qms180gxk7wlm8li3j5r8rwniqj01xfm00gkvkc8q9djcsm8p"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue