gnu: r-tidymodels: Update to 1.2.0.

* gnu/packages/cran.scm (r-tidymodels): Update to 1.2.0.

Change-Id: Ic806e59987525dbed0f5fa174863a88c236d9c4d
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:58 +01:00
parent b0c2ea8562
commit 2dfb802b35
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -36579,14 +36579,14 @@ (define-public r-conflicted
(define-public r-tidymodels
(package
(name "r-tidymodels")
(version "1.1.1")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidymodels" version))
(sha256
(base32
"1ilmxxmbi9czxwv8n6xajaww9047h34i9vy2dmglj7nqply8wzl0"))))
"04lj7mjg9q72x19d9j4wqarp38w64b0klq8phsall82p0x2bg9pc"))))
(properties `((upstream-name . "tidymodels")))
(build-system r-build-system)
(propagated-inputs