diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-30 17:56:38 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-30 19:21:07 +0200 |
commit | f9865230178531684e8b7fcabb495e3f93d79e57 (patch) | |
tree | b884e1661c9edf7a2113314d2a5bb38b0a5774a3 /gnu/packages | |
parent | a9585eea7515cd80228ef32684eb6c5a9e2a96da (diff) | |
download | guix-f9865230178531684e8b7fcabb495e3f93d79e57.tar.gz guix-f9865230178531684e8b7fcabb495e3f93d79e57.zip |
gnu: r-dtplyr: Update to 1.3.1.
* gnu/packages/cran.scm (r-dtplyr): Update to 1.3.1.
[propagated-inputs]: Remove r-crayon.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a1005c5894..550681f428 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11216,19 +11216,18 @@ finance, conversion from and to JSON, and many other applications.") (define-public r-dtplyr (package (name "r-dtplyr") - (version "1.3.0") + (version "1.3.1") (source (origin (method url-fetch) (uri (cran-uri "dtplyr" version)) (sha256 (base32 - "1y40yrfdw1wbx7jqmql69yi3q52lzjpqgr4jwnhjr33hw6kxvg0v")))) + "1rfnr1f3dzzivzmw9jjaclckkany6c625bqr8lkx32qbcjd6iad5")))) (properties `((upstream-name . "dtplyr"))) (build-system r-build-system) (propagated-inputs (list r-cli - r-crayon r-data-table r-dplyr r-glue |