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
1 changed files with 2 additions and 2 deletions

View File

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