diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-18 12:06:12 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-18 15:11:24 +0200 |
| commit | c057a5c4184bb5846d26cb1ee2387eac26bd2fed (patch) | |
| tree | 796d511a63d1b7e9ea82acdea677e4f624d7d393 | |
| parent | 38fa64c4b5bb7bd831c27c27f0b1cf3f5e80f78d (diff) | |
gnu: r-with-tests: Update to 4.2.3.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.2.3.
| -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 dcb04859921..de82d87f368 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.") | |||
| 210 | (define r-with-tests | 210 | (define r-with-tests |
| 211 | (package | 211 | (package |
| 212 | (name "r-with-tests") | 212 | (name "r-with-tests") |
| 213 | (version "4.2.2") | 213 | (version "4.2.3") |
| 214 | (source (origin | 214 | (source (origin |
| 215 | (method url-fetch) | 215 | (method url-fetch) |
| 216 | (uri (string-append "mirror://cran/src/base/R-" | 216 | (uri (string-append "mirror://cran/src/base/R-" |
| @@ -218,7 +218,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") | |||
| 218 | version ".tar.gz")) | 218 | version ".tar.gz")) |
| 219 | (sha256 | 219 | (sha256 |
| 220 | (base32 | 220 | (base32 |
| 221 | "1x9xjl6fyzs8r72zigirp905ki50wzyw9rxf7iqsbbsixi12pxhg")))) | 221 | "0x702sargcw27gy3nc0bwpfayi2lzak6c0ixq3i19qrvsjkakr2m")))) |
| 222 | (build-system gnu-build-system) | 222 | (build-system gnu-build-system) |
| 223 | (arguments | 223 | (arguments |
| 224 | `(#:disallowed-references (,tzdata-for-tests) | 224 | `(#:disallowed-references (,tzdata-for-tests) |
