gnu: r-dtplyr: Update to 1.3.1.
* gnu/packages/cran.scm (r-dtplyr): Update to 1.3.1. [propagated-inputs]: Remove r-crayon.
This commit is contained in:
parent
a9585eea75
commit
f986523017
1 changed files with 2 additions and 3 deletions
|
@ -11216,19 +11216,18 @@ finance, conversion from and to JSON, and many other applications.")
|
||||||
(define-public r-dtplyr
|
(define-public r-dtplyr
|
||||||
(package
|
(package
|
||||||
(name "r-dtplyr")
|
(name "r-dtplyr")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "dtplyr" version))
|
(uri (cran-uri "dtplyr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y40yrfdw1wbx7jqmql69yi3q52lzjpqgr4jwnhjr33hw6kxvg0v"))))
|
"1rfnr1f3dzzivzmw9jjaclckkany6c625bqr8lkx32qbcjd6iad5"))))
|
||||||
(properties `((upstream-name . "dtplyr")))
|
(properties `((upstream-name . "dtplyr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cli
|
(list r-cli
|
||||||
r-crayon
|
|
||||||
r-data-table
|
r-data-table
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-glue
|
r-glue
|
||||||
|
|
Reference in a new issue