mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-caret: Update to 6.0-92.
* gnu/packages/cran.scm (r-caret): Update to 6.0-92.
This commit is contained in:
parent
c6178da3d3
commit
d3713d1aec
1 changed files with 2 additions and 2 deletions
|
@ -23379,14 +23379,14 @@ (define-public r-acuityview
|
|||
(define-public r-caret
|
||||
(package
|
||||
(name "r-caret")
|
||||
(version "6.0-91")
|
||||
(version "6.0-92")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "caret" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kbx51cf71z2x19a0jflwnhx5jd9wk9q9203kzdxlqw5izdjvmdz"))))
|
||||
"048mp325ndfl83a8p4dkd1b6zh5bws4gg9kxka5ss8qsj8m4m08x"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-e1071
|
||||
|
|
Loading…
Reference in a new issue