[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/77: gnu: r-rpostgres: Update to 1.4.6.
From: |
guix-commits |
Subject: |
19/77: gnu: r-rpostgres: Update to 1.4.6. |
Date: |
Wed, 25 Oct 2023 10:59:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit bf939c5f9638bb6cf6202460b0e329bfbe6fce9e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:35 2023 +0200
gnu: r-rpostgres: Update to 1.4.6.
* gnu/packages/cran.scm (r-rpostgres): Update to 1.4.6.
[propagated-inputs]: Remove r-rcpp; add r-cpp11.
Change-Id: I9bfa32947e3bcb3f0ce094f2313f68b8939bec0a
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3895a58bd5..c0718a3e18 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7872,25 +7872,25 @@ to access PostgreSQL database systems.")
(define-public r-rpostgres
(package
(name "r-rpostgres")
- (version "1.4.5")
+ (version "1.4.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "RPostgres" version))
(sha256
(base32
- "15y732ylnq1h1hw16nh1ichnygh3l76h23m2893avpaipa689zvh"))))
+ "1ld03r9rzfxx6gzy3yn8jhzp9sp2qd9wydpxz955ggjxwdklpvnr"))))
(properties `((upstream-name . "RPostgres")))
(build-system r-build-system)
(inputs (list postgresql))
(propagated-inputs
(list r-bit64
r-blob
+ r-cpp11
r-dbi
r-hms
r-lubridate
r-plogr
- r-rcpp
r-withr))
(native-inputs
(list pkg-config r-knitr))
- 04/77: gnu: Add r-deming., (continued)
- 04/77: gnu: Add r-deming., guix-commits, 2023/10/25
- 09/77: gnu: Add python-funsor., guix-commits, 2023/10/25
- 11/77: gnu: r-biomartr: Update to 1.0.6., guix-commits, 2023/10/25
- 10/77: gnu: r-covr: Update to 3.6.3., guix-commits, 2023/10/25
- 12/77: gnu: r-metap: Update to 1.9., guix-commits, 2023/10/25
- 08/77: gnu: Add python-assertpy., guix-commits, 2023/10/25
- 13/77: gnu: r-bwstest: Update to 0.2.3., guix-commits, 2023/10/25
- 16/77: gnu: r-rcppthread: Update to 2.1.6., guix-commits, 2023/10/25
- 17/77: gnu: r-sp: Update to 2.1-1., guix-commits, 2023/10/25
- 18/77: gnu: r-drat: Update to 0.2.4., guix-commits, 2023/10/25
- 19/77: gnu: r-rpostgres: Update to 1.4.6.,
guix-commits <=
- 20/77: gnu: r-ggrepel: Update to 0.9.4., guix-commits, 2023/10/25
- 22/77: gnu: r-aricode: Update to 1.0.3., guix-commits, 2023/10/25
- 14/77: gnu: r-v8: Update to 4.4.0., guix-commits, 2023/10/25
- 15/77: gnu: r-jqr: Update to 1.3.1., guix-commits, 2023/10/25
- 21/77: gnu: r-useful: Update to 1.2.6.1., guix-commits, 2023/10/25
- 24/77: gnu: r-vctrs: Update to 0.6.4., guix-commits, 2023/10/25
- 23/77: gnu: r-utf8: Update to 1.2.4., guix-commits, 2023/10/25
- 25/77: gnu: r-tinytex: Update to 0.48., guix-commits, 2023/10/25
- 31/77: gnu: r-officer: Update to 0.6.3., guix-commits, 2023/10/25
- 26/77: gnu: r-leaflet-providers: Update to 2.0.0., guix-commits, 2023/10/25