mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-psych: Update to 2.3.9.
* gnu/packages/cran.scm (r-psych): Update to 2.3.9.
This commit is contained in:
parent
7f51c3790f
commit
df888839a1
1 changed files with 2 additions and 2 deletions
|
@ -7995,14 +7995,14 @@ (define-public r-ipred
|
||||||
(define-public r-psych
|
(define-public r-psych
|
||||||
(package
|
(package
|
||||||
(name "r-psych")
|
(name "r-psych")
|
||||||
(version "2.3.6")
|
(version "2.3.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "psych" version))
|
(uri (cran-uri "psych" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z5h2hs56fw54dsvpi3sl463l31yn0qjvk779wdb7w175gwmr6db"))))
|
"1c8r42yv7x1vjxz8j2hvkii6jxapffiib2s5vvlsm4hp2qffihh4"))))
|
||||||
(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