diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2022-07-02 16:37:35 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2022-07-02 23:56:10 +0200 |
| commit | a0142125e6d6eb25653d097fa1c24a9127bccce2 (patch) | |
| tree | d98d9127e007dfed65322d0b7b8d1f6be3b4743d | |
| parent | 3bb39fc3705c25dc5d595ecea74ac48a6df0784e (diff) | |
gnu: r-with-tests: Update to 4.2.1.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.2.1.
| -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 dbc9b316a8e..7b737e5eca2 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -204,7 +204,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") | |||
| 204 | (define r-with-tests | 204 | (define r-with-tests |
| 205 | (package | 205 | (package |
| 206 | (name "r-with-tests") | 206 | (name "r-with-tests") |
| 207 | (version "4.2.0") | 207 | (version "4.2.1") |
| 208 | (source (origin | 208 | (source (origin |
| 209 | (method url-fetch) | 209 | (method url-fetch) |
| 210 | (uri (string-append "mirror://cran/src/base/R-" | 210 | (uri (string-append "mirror://cran/src/base/R-" |
| @@ -212,7 +212,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.") | |||
| 212 | version ".tar.gz")) | 212 | version ".tar.gz")) |
| 213 | (sha256 | 213 | (sha256 |
| 214 | (base32 | 214 | (base32 |
| 215 | "123l17sv3smh5cz0vrjxjj8jf81bb860kah6iww9bl3skdqvgsiq")))) | 215 | "0gv4di1x835i4nsy21vqw66c0blmmmvyjkixc5a8x117dm4dnljd")))) |
| 216 | (build-system gnu-build-system) | 216 | (build-system gnu-build-system) |
| 217 | (arguments | 217 | (arguments |
| 218 | `(#:disallowed-references (,tzdata-for-tests) | 218 | `(#:disallowed-references (,tzdata-for-tests) |
