mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-caret: Update to 6.0-94.
* gnu/packages/cran.scm (r-caret): Update to 6.0-94.
This commit is contained in:
parent
4519597494
commit
d9e52d2124
1 changed files with 2 additions and 2 deletions
|
@ -27540,14 +27540,14 @@ (define-public r-acuityview
|
|||
(define-public r-caret
|
||||
(package
|
||||
(name "r-caret")
|
||||
(version "6.0-93")
|
||||
(version "6.0-94")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "caret" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01sa1h9pc3a062pwm0rxadvg9qxszwcylya7llv08fcxhy46n5ac"))))
|
||||
"1a191n9qswvf8ri6id8picqgdqx15l6mp996v6f77fv0l8yfh597"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-e1071
|
||||
|
|
Loading…
Reference in a new issue