mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-rsample: Update to 1.1.1.
* gnu/packages/cran.scm (r-rsample): Update to 1.1.1. [propagated-inputs]: Remove r-ellipsis.
This commit is contained in:
parent
8c98ffffca
commit
fb907546b9
1 changed files with 2 additions and 3 deletions
|
@ -30917,19 +30917,18 @@ (define-public r-rlist
|
|||
(define-public r-rsample
|
||||
(package
|
||||
(name "r-rsample")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rsample" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iy61riwjch9z4m6k7whsrkl80sk9sww5lf1np4iq4vdfq6w01jb"))))
|
||||
"1fmqfk1yihmh7lkszsf7pvn6zf67lpgff46hv2lpnfbssa3axllh"))))
|
||||
(properties `((upstream-name . "rsample")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-dplyr
|
||||
r-ellipsis
|
||||
r-furrr
|
||||
r-generics
|
||||
r-glue
|
||||
|
|
Loading…
Reference in a new issue