[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: r-with-tests: Update to 4.4.0.
From: |
guix-commits |
Subject: |
01/01: gnu: r-with-tests: Update to 4.4.0. |
Date: |
Mon, 6 May 2024 05:11:29 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 5c753f1ccaf435dfee1934bfbf678bef90824f38
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 11:10:39 2024 +0200
gnu: r-with-tests: Update to 4.4.0.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.4.0.
Change-Id: If77c95867cc16141c397e48c899a9ade3e89876d
---
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 f86bb9c308..003b1177de 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -227,7 +227,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.3")
+ (version "4.4.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@@ -235,7 +235,7 @@ This package also provides @command{xls2csv} to export
Excel files to CSV.")
version ".tar.gz"))
(sha256
(base32
- "0c03abq3kqg6d2yhrijy9j3fsl77har3k7pffwwbz19v74qi51c0"))))
+ "0c7hnmr0w26vpaf8b10m83f4w3g3fl6a7z65pi9jqvcpkdgi5r5c"))))
(build-system gnu-build-system)
(arguments
(list