mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-psych: Update to 1.9.12.
* gnu/packages/cran.scm (r-psych): Update to 1.9.12.
This commit is contained in:
parent
6b662ce33e
commit
571f4689f9
1 changed files with 2 additions and 2 deletions
|
@ -3014,14 +3014,14 @@ (define-public r-ipred
|
|||
(define-public r-psych
|
||||
(package
|
||||
(name "r-psych")
|
||||
(version "1.8.12")
|
||||
(version "1.9.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "psych" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hvp0dkkkn0szaf5rkirr3kb8qmr4bxwl775m5wmpvn1kc25w5vf"))))
|
||||
"13r7fyjsl93m121awnwfhya8a0lw0l2byn60yqdbf9gp3lmb9ny0"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-foreign" ,r-foreign)
|
||||
|
|
Loading…
Reference in a new issue