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
parent
6b35095a23
commit
bf939c5f96
|
@ -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))
|
||||
|
|
Reference in New Issue