mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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
|
(define-public r-rpostgresql
|
||||||
(package
|
(package
|
||||||
(name "r-rpostgresql")
|
(name "r-rpostgresql")
|
||||||
(version "0.7-5")
|
(version "0.7-6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RPostgreSQL" version))
|
(uri (cran-uri "RPostgreSQL" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18czy93l9dg321pbvrfmlwrjahpbkiw0sll4pkkqm55xapp02m3b"))))
|
"0b1dmx5pcd4v1xg25ihxilkga3zdblb1xy896ik5fdkaidq3jn9q"))))
|
||||||
(properties `((upstream-name . "RPostgreSQL")))
|
(properties
|
||||||
|
'((upstream-name . "RPostgreSQL")
|
||||||
|
(updater-extra-inputs . ("postgresql"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs (list postgresql))
|
||||||
(list postgresql))
|
(propagated-inputs (list r-dbi))
|
||||||
(propagated-inputs
|
|
||||||
(list r-dbi))
|
|
||||||
(home-page "https://github.com/tomoakin/RPostgreSQL")
|
(home-page "https://github.com/tomoakin/RPostgreSQL")
|
||||||
(synopsis "R interface to the PostgreSQL database system")
|
(synopsis "R interface to the PostgreSQL database system")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue