diff options
-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 4e4b904fde..aacf895fda 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1634,13 +1634,13 @@ flexible and easy to set up.") (define-public r-r6 (package (name "r-r6") - (version "2.4.0") + (version "2.4.1") (source (origin (method url-fetch) (uri (cran-uri "R6" version)) (sha256 (base32 - "1kmbw2k5vvzwh3wwmn66mszpfny0z6k8dca980qgbxgvfh0i3gkh")))) + "0gma5z41mx02ka9h96xdyf3p6i1rx0izczrzj26c4mbnh9jgvc16")))) (build-system r-build-system) (home-page "https://github.com/wch/R6/") (synopsis "Classes with reference semantics in R") |