[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/185: gnu: r-rpostgres: Update to 1.4.7.
From: |
guix-commits |
Subject: |
47/185: gnu: r-rpostgres: Update to 1.4.7. |
Date: |
Tue, 2 Jul 2024 09:27:01 -0400 (EDT) |
rekado pushed a commit to branch r-team
in repository guix.
commit 94ad5b94090d9993305aa3ecd004be86b65b57ea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:35 2024 +0200
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
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cb3b9a2250..cd09a74e28 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9463,17 +9463,17 @@ to access PostgreSQL database systems.")
(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
- 37/185: gnu: r-fastmap: Update to 1.2.0., (continued)
- 37/185: gnu: r-fastmap: Update to 1.2.0., guix-commits, 2024/07/02
- 38/185: gnu: r-shiny: Update to 1.8.1., guix-commits, 2024/07/02
- 40/185: gnu: r-pki: Update to 0.1-14., guix-commits, 2024/07/02
- 39/185: gnu: r-pkgload: Update to 1.4.0., guix-commits, 2024/07/02
- 41/185: gnu: r-ctrdata: Update to 1.19.0., guix-commits, 2024/07/02
- 42/185: gnu: r-restrserve: Update to 1.2.3., guix-commits, 2024/07/02
- 43/185: gnu: r-lamw: Update to 2.2.4., guix-commits, 2024/07/02
- 45/185: gnu: r-cvxr: Update to 1.0-14., guix-commits, 2024/07/02
- 46/185: gnu: r-prodlim: Update to 2024.06.25., guix-commits, 2024/07/02
- 44/185: gnu: r-rmumps: Update to 5.2.1-30., guix-commits, 2024/07/02
- 47/185: gnu: r-rpostgres: Update to 1.4.7.,
guix-commits <=
- 51/185: gnu: r-xts: Update to 0.14.0., guix-commits, 2024/07/02
- 50/185: gnu: r-ucminf: Update to 1.2.2., guix-commits, 2024/07/02
- 52/185: gnu: r-rvcg: Update to 0.23., guix-commits, 2024/07/02
- 54/185: gnu: r-xfun: Update to 0.45., guix-commits, 2024/07/02
- 56/185: gnu: r-tseries: Update to 0.10-56., guix-commits, 2024/07/02
- 48/185: gnu: r-psych: Update to 2.4.6.26., guix-commits, 2024/07/02
- 49/185: gnu: r-broom: Update to 1.0.6., guix-commits, 2024/07/02
- 53/185: gnu: r-cli: Update to 3.6.3., guix-commits, 2024/07/02
- 57/185: gnu: r-fresh: Update to 0.2.1., guix-commits, 2024/07/02
- 58/185: gnu: r-urca: Update to 1.3-4., guix-commits, 2024/07/02