me
/
guix
Archived
1
0
Fork 0

gnu: r-caret: Update to 6.0-88.

* gnu/packages/cran.scm (r-caret): Update to 6.0-88.
master
Ricardo Wurmus 2021-05-20 10:54:45 +02:00
parent 87bc2e125f
commit 630239af23
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21169,14 +21169,14 @@ it may be seen by an animal with less acute vision.")
(define-public r-caret
(package
(name "r-caret")
(version "6.0-86")
(version "6.0-88")
(source
(origin
(method url-fetch)
(uri (cran-uri "caret" version))
(sha256
(base32
"0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
"174cyyhsw8s6jp80spmi40qq9sw5ys0r58v4ikp53kiw1dhd247s"))))
(build-system r-build-system)
(propagated-inputs
`(("r-foreach" ,r-foreach)