gnu: r-r6: Update to 2.4.1.

* gnu/packages/statistics.scm (r-r6): Update to 2.4.1.
This commit is contained in:
Ricardo Wurmus 2019-11-14 08:23:10 +01:00
parent 3d2c2a55fd
commit 30301c0993
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1634,13 +1634,13 @@ (define-public r-testthat
(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")