[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: r-dbi: Update to 1.2.2.
From: |
guix-commits |
Subject: |
07/08: gnu: r-dbi: Update to 1.2.2. |
Date: |
Fri, 16 Feb 2024 17:26:16 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit d8593c8ccef4beb9fa6ada14f9ba1a428c57de6c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 16 23:19:48 2024 +0100
gnu: r-dbi: Update to 1.2.2.
* gnu/packages/statistics.scm (r-dbi): Update to 1.2.2.
Change-Id: I5fe722195c73983eface9c78f27322b111723c3b
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index bdb3fe1465..25d727f8b0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1414,13 +1414,13 @@ evaluation (NSE) in R.")
(define-public r-dbi
(package
(name "r-dbi")
- (version "1.2.1")
+ (version "1.2.2")
(source (origin
(method url-fetch)
(uri (cran-uri "DBI" version))
(sha256
(base32
- "0w7dpp1zg8w0mback1mk0a0vp51hf4njmrxz1i3j1xq5b1jfyiz4"))))
+ "10d7sl9nk1gkkbinmvplyp2hg9zgxgs03llamrvbf4a5cnrs0mcd"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))
- branch master updated (7142f6df77 -> 91d8046029), guix-commits, 2024/02/16
- 02/08: gnu: r-statcheck: Update to 1.5.0., guix-commits, 2024/02/16
- 04/08: gnu: r-prospectr: Update to 0.2.7., guix-commits, 2024/02/16
- 03/08: gnu: r-rnifti: Update to 1.6.0., guix-commits, 2024/02/16
- 06/08: gnu: r-parsnip: Update to 1.2.0., guix-commits, 2024/02/16
- 08/08: gnu: r-segmented: Update to 2.0-3., guix-commits, 2024/02/16
- 07/08: gnu: r-dbi: Update to 1.2.2.,
guix-commits <=
- 01/08: gnu: r-v8: Update to 4.4.2., guix-commits, 2024/02/16
- 05/08: gnu: r-eulerr: Update to 7.0.1., guix-commits, 2024/02/16