gnu: r-rpostgres: Update to 1.4.7.

* gnu/packages/cran.scm (r-rpostgres): Update to 1.4.7.
[inputs]: Add openssl.

Change-Id: I536c334b605b671b757eab7b617473315d25794d
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:35 +02:00
parent bbee641ce9
commit 07e2f9ebaf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9463,17 +9463,17 @@ (define-public r-rpostgresql
(define-public r-rpostgres (define-public r-rpostgres
(package (package
(name "r-rpostgres") (name "r-rpostgres")
(version "1.4.6") (version "1.4.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RPostgres" version)) (uri (cran-uri "RPostgres" version))
(sha256 (sha256
(base32 (base32
"1ld03r9rzfxx6gzy3yn8jhzp9sp2qd9wydpxz955ggjxwdklpvnr")))) "0939ysl9m35aknnh3xk92xxymk1g0xqnjb2khq55m8nq7gcg3l9x"))))
(properties `((upstream-name . "RPostgres"))) (properties `((upstream-name . "RPostgres")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list postgresql)) (inputs (list openssl postgresql))
(propagated-inputs (propagated-inputs
(list r-bit64 (list r-bit64
r-blob r-blob