gnu: r-r6: Update to 2.2.2.

* gnu/packages/statistics.scm (r-r6): Update to 2.2.2.
This commit is contained in:
Ricardo Wurmus 2017-08-03 17:16:17 +02:00
parent b07c8c0156
commit f05c6275b7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1461,13 +1461,13 @@ (define-public r-testthat
(define-public r-r6
(package
(name "r-r6")
(version "2.2.0")
(version "2.2.2")
(source (origin
(method url-fetch)
(uri (cran-uri "R6" version))
(sha256
(base32
"1ir51pb0y6yj05qaxsflk4a6hv8n73cwlb0qajcskbrz632dsyvx"))))
"13xfdr19ca7ymisidsanm6w7hsk3qmy5l8c0mlz3nk48f7s5cxq8"))))
(build-system r-build-system)
(home-page "https://github.com/wch/R6/")
(synopsis "Classes with reference semantics in R")