gnu: r-r6: Update to 2.3.0.
* gnu/packages/statistics.scm (r-r6): Update to 2.3.0.
This commit is contained in:
parent
3a83251c4f
commit
822863f8f9
1 changed files with 2 additions and 2 deletions
|
@ -1553,13 +1553,13 @@ (define-public r-testthat
|
|||
(define-public r-r6
|
||||
(package
|
||||
(name "r-r6")
|
||||
(version "2.2.2")
|
||||
(version "2.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "R6" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13xfdr19ca7ymisidsanm6w7hsk3qmy5l8c0mlz3nk48f7s5cxq8"))))
|
||||
"1jgshp0x8a65rwyvk31slnfp7l153dk5826y2rxcd5lpclby3d85"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/wch/R6/")
|
||||
(synopsis "Classes with reference semantics in R")
|
||||
|
|
Loading…
Reference in a new issue