[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
144/158: gnu: r-dbplyr: Update to 2.3.1.
From: |
guix-commits |
Subject: |
144/158: gnu: r-dbplyr: Update to 2.3.1. |
Date: |
Sun, 19 Mar 2023 13:24:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ded63ea3abe17f9f5f5d97def370993459b810ef
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:46 2023 +0100
gnu: r-dbplyr: Update to 2.3.1.
* gnu/packages/statistics.scm (r-dbplyr): Update to 2.3.1.
[propagated-inputs]: Remove r-assertthat; add r-tidyr.
---
gnu/packages/statistics.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index e17048bf13..546a4e21e8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1853,18 +1853,17 @@ database.")
(define-public r-dbplyr
(package
(name "r-dbplyr")
- (version "2.3.0")
+ (version "2.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "dbplyr" version))
(sha256
(base32
- "1zqz2ml4pgi93miz5flxmm7cjlh4w33hi45phyvv89i9gxp4a387"))))
+ "0a5cnh0fr81mak9ccqr91nsjqlxsnf6a2lmwrsgv7g1sjag0b4p1"))))
(build-system r-build-system)
(propagated-inputs
- (list r-assertthat
- r-blob
+ (list r-blob
r-cli
r-dbi
r-dplyr
@@ -1876,6 +1875,7 @@ database.")
r-r6
r-rlang
r-tibble
+ r-tidyr
r-tidyselect
r-vctrs
r-withr))
- 125/158: gnu: r-calculus: Update to 1.0.1., (continued)
- 125/158: gnu: r-calculus: Update to 1.0.1., guix-commits, 2023/03/19
- 124/158: gnu: r-parsnip: Update to 1.0.4., guix-commits, 2023/03/19
- 132/158: gnu: r-filehash: Update to 2.4-5., guix-commits, 2023/03/19
- 128/158: gnu: r-rgeos: Update to 0.6-2., guix-commits, 2023/03/19
- 127/158: gnu: r-btm: Update to 0.3.7., guix-commits, 2023/03/19
- 148/158: gnu: r-openssl: Update to 2.0.6., guix-commits, 2023/03/19
- 139/158: gnu: r-ggplot2: Update to 3.4.1., guix-commits, 2023/03/19
- 141/158: gnu: r-testthat: Update to 3.1.7., guix-commits, 2023/03/19
- 140/158: gnu: r-gdtools: Update to 0.3.2., guix-commits, 2023/03/19
- 137/158: gnu: r-mgcv: Update to 1.8-42., guix-commits, 2023/03/19
- 144/158: gnu: r-dbplyr: Update to 2.3.1.,
guix-commits <=
- 152/158: gnu: r-rsqlite: Update to 2.3.0., guix-commits, 2023/03/19
- 99/158: gnu: r-terra: Update to 1.7-18., guix-commits, 2023/03/19