mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-rpostgresql: Update to 0.7-6.
* gnu/packages/cran.scm (r-rpostgresql): Update to 0.7-6. [properties]: Tell updater not to remove postgresql input. Change-Id: Id88180f2781022b1554286f4beee85183ff474ac
This commit is contained in:
parent
b52234c016
commit
5e7d139461
1 changed files with 7 additions and 7 deletions
|
@ -8356,20 +8356,20 @@ (define-public r-rpmm
|
|||
(define-public r-rpostgresql
|
||||
(package
|
||||
(name "r-rpostgresql")
|
||||
(version "0.7-5")
|
||||
(version "0.7-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RPostgreSQL" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18czy93l9dg321pbvrfmlwrjahpbkiw0sll4pkkqm55xapp02m3b"))))
|
||||
(properties `((upstream-name . "RPostgreSQL")))
|
||||
"0b1dmx5pcd4v1xg25ihxilkga3zdblb1xy896ik5fdkaidq3jn9q"))))
|
||||
(properties
|
||||
'((upstream-name . "RPostgreSQL")
|
||||
(updater-extra-inputs . ("postgresql"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list postgresql))
|
||||
(propagated-inputs
|
||||
(list r-dbi))
|
||||
(inputs (list postgresql))
|
||||
(propagated-inputs (list r-dbi))
|
||||
(home-page "https://github.com/tomoakin/RPostgreSQL")
|
||||
(synopsis "R interface to the PostgreSQL database system")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue