[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch r-updates updated: gnu: r-with-tests: Update to 4.3.2.
From: |
guix-commits |
Subject: |
branch r-updates updated: gnu: r-with-tests: Update to 4.3.2. |
Date: |
Fri, 15 Dec 2023 13:11:49 -0500 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch r-updates
in repository guix.
The following commit(s) were added to refs/heads/r-updates by this push:
new 54501a1220 gnu: r-with-tests: Update to 4.3.2.
54501a1220 is described below
commit 54501a12202954903479e5de2fc70770f8a5935b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 19:10:39 2023 +0100
gnu: r-with-tests: Update to 4.3.2.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.3.2.
Change-Id: Ifd949eb363582e533d629e573ea98c10edf127c3
---
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 86f545b5d1..0c3a560562 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -216,7 +216,7 @@ This package also provides @command{xls2csv} to export
Excel files to CSV.")
(define r-with-tests
(package
(name "r-with-tests")
- (version "4.3.1")
+ (version "4.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@@ -224,7 +224,7 @@ This package also provides @command{xls2csv} to export
Excel files to CSV.")
version ".tar.gz"))
(sha256
(base32
- "16dswjcymzr2mj1vjwqdyjaa9d4isa1p6c9viihnyg02y4jbzl4d"))))
+ "0aj51j34q2b28y28xvlf0dwdj8vpnhjwpvqf7xm05s7fq857dxdk"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch r-updates updated: gnu: r-with-tests: Update to 4.3.2.,
guix-commits <=