summaryrefslogtreecommitdiff
path: root/gnu/packages/statistics.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-02 10:52:24 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-02 13:54:15 +0200
commitf01215635a7ee69b4008904f00b0554bd127ce7c (patch)
tree8e50ee44a312b7de1e7f1fa29f57f1ebb2084a24 /gnu/packages/statistics.scm
parent6fee3239b36503e9a20ed07619e9b79012291417 (diff)
downloadguix-patches-f01215635a7ee69b4008904f00b0554bd127ce7c.tar
guix-patches-f01215635a7ee69b4008904f00b0554bd127ce7c.tar.gz
gnu: r-with-tests: Update to 4.1.0.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.1.0.
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r--gnu/packages/statistics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 90103ce91a..f267ef7588 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -185,7 +185,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
(define r-with-tests
(package
(name "r-with-tests")
- (version "4.0.4")
+ (version "4.1.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@@ -193,7 +193,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
version ".tar.gz"))
(sha256
(base32
- "0bl098xcv8v316kqnf43v6gb4kcsv31ydqfm1f7qr824jzb2fgsj"))))
+ "109732arm6dq6d6v3fl1nyx63lcvv9569j8g6r3s2b18sxcqkrp8"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)