mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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
|
(define-public r-rsample
|
||||||
(package
|
(package
|
||||||
(name "r-rsample")
|
(name "r-rsample")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rsample" version))
|
(uri (cran-uri "rsample" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iy61riwjch9z4m6k7whsrkl80sk9sww5lf1np4iq4vdfq6w01jb"))))
|
"1fmqfk1yihmh7lkszsf7pvn6zf67lpgff46hv2lpnfbssa3axllh"))))
|
||||||
(properties `((upstream-name . "rsample")))
|
(properties `((upstream-name . "rsample")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-dplyr
|
(list r-dplyr
|
||||||
r-ellipsis
|
|
||||||
r-furrr
|
r-furrr
|
||||||
r-generics
|
r-generics
|
||||||
r-glue
|
r-glue
|
||||||
|
|
Loading…
Reference in a new issue