mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
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:
parent
bbee641ce9
commit
07e2f9ebaf
1 changed files with 3 additions and 3 deletions
|
@ -9463,17 +9463,17 @@ (define-public r-rpostgresql
|
|||
(define-public r-rpostgres
|
||||
(package
|
||||
(name "r-rpostgres")
|
||||
(version "1.4.6")
|
||||
(version "1.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RPostgres" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ld03r9rzfxx6gzy3yn8jhzp9sp2qd9wydpxz955ggjxwdklpvnr"))))
|
||||
"0939ysl9m35aknnh3xk92xxymk1g0xqnjb2khq55m8nq7gcg3l9x"))))
|
||||
(properties `((upstream-name . "RPostgres")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list postgresql))
|
||||
(inputs (list openssl postgresql))
|
||||
(propagated-inputs
|
||||
(list r-bit64
|
||||
r-blob
|
||||
|
|
Loading…
Reference in a new issue