[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/356: gnu: r-with-tests: Update to 4.1.2.
From: |
guix-commits |
Subject: |
01/356: gnu: r-with-tests: Update to 4.1.2. |
Date: |
Sun, 7 Nov 2021 18:10:39 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 17d0bbef88501126f13f9b60aa74d3c912c853ed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 09:39:50 2021 +0000
gnu: r-with-tests: Update to 4.1.2.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.1.2.
---
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 bad2e77..038258a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -190,7 +190,7 @@ This package also provides @command{xls2csv} to export
Excel files to CSV.")
(define r-with-tests
(package
(name "r-with-tests")
- (version "4.1.1")
+ (version "4.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@@ -198,7 +198,7 @@ This package also provides @command{xls2csv} to export
Excel files to CSV.")
version ".tar.gz"))
(sha256
(base32
- "0r6kpnxjbvb7gdfg4m1z8zc6xd225vw81wrnf05ps9ajawk06pji"))))
+ "1brqmc7mmb0z94kcs4crgl6v9a6sxhm9fm3y177d81vjkxg24di0"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)
- branch master updated (bd41e59 -> 30b67fd), guix-commits, 2021/11/07
- 01/356: gnu: r-with-tests: Update to 4.1.2.,
guix-commits <=
- 02/356: gnu: r-with-tests: Remove trailing #T., guix-commits, 2021/11/07
- 05/356: gnu: Add r-msfeatures., guix-commits, 2021/11/07
- 03/356: gnu: r-with-tests: Update patch to DESCRIPTION file., guix-commits, 2021/11/07
- 04/356: guix: Upgrade to Bioconductor 3.14., guix-commits, 2021/11/07
- 06/356: gnu: r-biocparallel: Update to 1.28.0., guix-commits, 2021/11/07
- 08/356: gnu: r-biocversion: Update to 3.14.0., guix-commits, 2021/11/07
- 07/356: gnu: r-aneufinder: Update to 1.22.0., guix-commits, 2021/11/07
- 09/356: gnu: r-biocgenerics: Update to 0.40.0., guix-commits, 2021/11/07
- 12/356: gnu: r-decipher: Update to 2.22.0., guix-commits, 2021/11/07
- 11/356: gnu: r-cummerbund: Update to 2.36.0., guix-commits, 2021/11/07