From 8ed911cb25ff1a76e9c395bf7d7f1f98ef060543 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 18 Apr 2023 12:06:12 +0200 Subject: gnu: r-with-tests: Update to 4.2.3. * gnu/packages/statistics.scm (r-with-tests): Update to 4.2.3. --- 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 4a31233405..e1cdd6b850 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -210,7 +210,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") (define r-with-tests (package (name "r-with-tests") - (version "4.2.2") + (version "4.2.3") (source (origin (method url-fetch) (uri (string-append "mirror://cran/src/base/R-" @@ -218,7 +218,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") version ".tar.gz")) (sha256 (base32 - "1x9xjl6fyzs8r72zigirp905ki50wzyw9rxf7iqsbbsixi12pxhg")))) + "0x702sargcw27gy3nc0bwpfayi2lzak6c0ixq3i19qrvsjkakr2m")))) (build-system gnu-build-system) (arguments `(#:disallowed-references (,tzdata-for-tests) -- cgit 1.4.1