gnu: r-r6: Update to 2.3.0.

* gnu/packages/statistics.scm (r-r6): Update to 2.3.0.
master
Ricardo Wurmus 2018-10-28 19:33:20 +01:00
parent 3a83251c4f
commit 822863f8f9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1553,13 +1553,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.2") (version "2.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "R6" version)) (uri (cran-uri "R6" version))
(sha256 (sha256
(base32 (base32
"13xfdr19ca7ymisidsanm6w7hsk3qmy5l8c0mlz3nk48f7s5cxq8")))) "1jgshp0x8a65rwyvk31slnfp7l153dk5826y2rxcd5lpclby3d85"))))
(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")