diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-31 13:44:28 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-10-31 13:46:47 +0100 |
commit | 279941e087251b2f3bd3f92949dc21dd3b3066b8 (patch) | |
tree | d66b55d5bfc2fbe7a45948373858224cb4f4a40a /gnu | |
parent | 45c6df51081642fa6b2fe5f776ccefc022a904a6 (diff) |
gnu: r-r6: Update to 2.5.0.
* gnu/packages/statistics.scm (r-r6): Update to 2.5.0.
Diffstat (limited to 'gnu')
-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 c824a7b8fa..fc1dd0af02 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1609,13 +1609,13 @@ flexible and easy to set up.") (define-public r-r6 (package (name "r-r6") - (version "2.4.1") + (version "2.5.0") (source (origin (method url-fetch) (uri (cran-uri "R6" version)) (sha256 (base32 - "0gma5z41mx02ka9h96xdyf3p6i1rx0izczrzj26c4mbnh9jgvc16")))) + "00ifi2kwa7kn67xf0z1w6jfdicjczygbyi5mhfw2qlzc4sbazhdf")))) (build-system r-build-system) (home-page "https://github.com/wch/R6/") (synopsis "Classes with reference semantics in R") |