1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-dtplyr: Update to 1.3.0.

* gnu/packages/cran.scm (r-dtplyr): Update to 1.3.0.
[propagated-inputs]: Remove r-ellipsis; add r-cli.
This commit is contained in:
Ricardo Wurmus
2023-03-19 14:44:24 +01:00
parent 828e5333d9
commit 78215fa8de

View File

@@ -10909,21 +10909,21 @@ finance, conversion from and to JSON, and many other applications.")
(define-public r-dtplyr
(package
(name "r-dtplyr")
(version "1.2.2")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "dtplyr" version))
(sha256
(base32
"1m72ac7461mlvanj1krpmfp2ljl3c2k5nw6zrahc66vhcgz2hngq"))))
"1y40yrfdw1wbx7jqmql69yi3q52lzjpqgr4jwnhjr33hw6kxvg0v"))))
(properties `((upstream-name . "dtplyr")))
(build-system r-build-system)
(propagated-inputs
(list r-crayon
(list r-cli
r-crayon
r-data-table
r-dplyr
r-ellipsis
r-glue
r-lifecycle
r-rlang