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
This commit is contained in:
Ricardo Wurmus 2023-10-25 16:57:35 +02:00
parent 6b35095a23
commit bf939c5f96
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7872,25 +7872,25 @@ to access PostgreSQL database systems.")
(define-public r-rpostgres (define-public r-rpostgres
(package (package
(name "r-rpostgres") (name "r-rpostgres")
(version "1.4.5") (version "1.4.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RPostgres" version)) (uri (cran-uri "RPostgres" version))
(sha256 (sha256
(base32 (base32
"15y732ylnq1h1hw16nh1ichnygh3l76h23m2893avpaipa689zvh")))) "1ld03r9rzfxx6gzy3yn8jhzp9sp2qd9wydpxz955ggjxwdklpvnr"))))
(properties `((upstream-name . "RPostgres"))) (properties `((upstream-name . "RPostgres")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list postgresql)) (inputs (list postgresql))
(propagated-inputs (propagated-inputs
(list r-bit64 (list r-bit64
r-blob r-blob
r-cpp11
r-dbi r-dbi
r-hms r-hms
r-lubridate r-lubridate
r-plogr r-plogr
r-rcpp
r-withr)) r-withr))
(native-inputs (native-inputs
(list pkg-config r-knitr)) (list pkg-config r-knitr))