gnu: r-rpostgresql: Update to 0.7-3.

* gnu/packages/cran.scm (r-rpostgresql): Update to 0.7-3.
This commit is contained in:
Ricardo Wurmus 2021-11-01 17:52:16 +00:00
parent 77c7940516
commit ecc16a884f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4609,14 +4609,14 @@ (define-public r-rmysql
(define-public r-rpostgresql
(package
(name "r-rpostgresql")
(version "0.7")
(version "0.7-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "RPostgreSQL" version))
(sha256
(base32
"1bqfdbs09f65ssc6bx4z3kkmia8ja6qbnijxizw63p0fbcakq2q4"))))
"1fbixmnjp1kh6yiv8zhg8zi5ryvdf5j2jxv4agq5gcxf541s3g5x"))))
(properties `((upstream-name . "RPostgreSQL")))
(build-system r-build-system)
(inputs