diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-03-06 13:44:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-03-06 23:47:00 +0100 |
commit | 228ee09d35899faa34a003d7af99dd147497432c (patch) | |
tree | f5bd995b62f22aa1d52c8a08badbf2c906e90dd5 | |
parent | 64d269b983b76553466ac93945d58c7865cf190e (diff) |
gnu: r-with-tests: Update to 4.3.3.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.3.3.
Change-Id: Ida43d1e7f747245b01aa6fc73716b79611f0bbfd
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 0c830db6e5..660400fc23 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -223,7 +223,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.2") + (version "4.3.3") (source (origin (method url-fetch) (uri (string-append "mirror://cran/src/base/R-" @@ -231,7 +231,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") version ".tar.gz")) (sha256 (base32 - "0aj51j34q2b28y28xvlf0dwdj8vpnhjwpvqf7xm05s7fq857dxdk")))) + "0c03abq3kqg6d2yhrijy9j3fsl77har3k7pffwwbz19v74qi51c0")))) (build-system gnu-build-system) (arguments (list |