diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-04-24 11:13:45 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-28 09:43:45 +0200 |
| commit | d0863faf0aa36e05d2cf53a38ed43b06dadf21c6 (patch) | |
| tree | d6770283afb9dfb02f6c58edb54e4870428d3be4 /gnu/packages/statistics.scm | |
| parent | 4a42082fcdc3993f14b2d5e72ff405ea13158a5b (diff) | |
gnu: r-with-tests, r-minimal: Update to 4.6.0.
* gnu/packages/statistics.scm (r-with-tests, r-minimal): Update to 4.6.0.
Change-Id: I790052e77690f3debbf0f8f2845b11754a358581
Diffstat (limited to 'gnu/packages/statistics.scm')
| -rw-r--r-- | gnu/packages/statistics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 82a6fe575cf..b8f42ed1f30 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -384,15 +384,15 @@ comparison and diagnostics.") | |||
| 384 | (define r-with-tests | 384 | (define r-with-tests |
| 385 | (package | 385 | (package |
| 386 | (name "r-with-tests") | 386 | (name "r-with-tests") |
| 387 | (version "4.5.3") | 387 | (version "4.6.0") |
| 388 | (source (origin | 388 | (source (origin |
| 389 | (method url-fetch) | 389 | (method url-fetch) |
| 390 | (uri (string-append "mirror://cran/src/base/R-" | 390 | (uri (string-append "mirror://cran/src/base/R-" |
| 391 | (version-major version) "/R-" | 391 | (version-major version) "/R-" |
| 392 | version ".tar.gz")) | 392 | version ".tar.xz")) |
| 393 | (sha256 | 393 | (sha256 |
| 394 | (base32 | 394 | (base32 |
| 395 | "1wmqnm813lb58c0vwhjymnkfih3a6mq4cr9xa6n72wiw57a1wp5a")))) | 395 | "09sszy5fykpl2lyzxw5rgiabb3f5l62bqamnm7g2q9d57xlv7wli")))) |
| 396 | (build-system gnu-build-system) | 396 | (build-system gnu-build-system) |
| 397 | (arguments | 397 | (arguments |
| 398 | (list | 398 | (list |
