me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rpostgresql): Update to 0.7-3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -4609,14 +4609,14 @@ the RMariaDB package.")
(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