me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 3 additions and 3 deletions

View File

@ -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))