gnu: r-tune: Update to 1.0.0.

* gnu/packages/cran.scm (r-tune): Update to 1.0.0.
[propagated-inputs]: Add r-tidyselect.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:12 +02:00
parent 8b68ee9a35
commit abc8efb0e8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29083,14 +29083,14 @@ (define-public r-dials
(define-public r-tune (define-public r-tune
(package (package
(name "r-tune") (name "r-tune")
(version "0.2.0") (version "1.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tune" version)) (uri (cran-uri "tune" version))
(sha256 (sha256
(base32 (base32
"05gxlsaqv6sjk11r5g4nkdd6hlb3bnfmc29cx4vln1blha37jx4i")))) "0jh29dy4gwa1fyi01fp1305hkxw1mpkx704j6kydplh8h09rv80p"))))
(properties `((upstream-name . "tune"))) (properties `((upstream-name . "tune")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -29111,6 +29111,7 @@ (define-public r-tune
r-rsample r-rsample
r-tibble r-tibble
r-tidyr r-tidyr
r-tidyselect
r-vctrs r-vctrs
r-withr r-withr
r-workflows r-workflows