gnu: r-rpostgresql: Update to 0.7-5.
* gnu/packages/cran.scm (r-rpostgresql): Update to 0.7-5.
This commit is contained in:
parent
77d8f691a6
commit
ef51fdc672
1 changed files with 2 additions and 2 deletions
|
@ -6869,14 +6869,14 @@ (define-public r-rmysql
|
|||
(define-public r-rpostgresql
|
||||
(package
|
||||
(name "r-rpostgresql")
|
||||
(version "0.7-4")
|
||||
(version "0.7-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RPostgreSQL" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ijnsly8wgy6cfib4xvdaz2g9hk1gzg7q52r37zkvc7jjh0gdbdn"))))
|
||||
"18czy93l9dg321pbvrfmlwrjahpbkiw0sll4pkkqm55xapp02m3b"))))
|
||||
(properties `((upstream-name . "RPostgreSQL")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue