mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-tidymodels: Update to 1.1.1.
* gnu/packages/cran.scm (r-tidymodels): Update to 1.1.1.
This commit is contained in:
parent
4fb5b2711f
commit
c34980e549
1 changed files with 2 additions and 2 deletions
|
@ -35132,14 +35132,14 @@ (define-public r-conflicted
|
|||
(define-public r-tidymodels
|
||||
(package
|
||||
(name "r-tidymodels")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tidymodels" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gcfisvqbxkqsf83xc79cn9nz7krddcn45cza9551h4qk853g3kq"))))
|
||||
"1ilmxxmbi9czxwv8n6xajaww9047h34i9vy2dmglj7nqply8wzl0"))))
|
||||
(properties `((upstream-name . "tidymodels")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue