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:
Ricardo Wurmus 2022-12-19 17:07:29 +01:00
parent 8c98ffffca
commit fb907546b9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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