gnu: r-r6: Update to 2.5.1.
* gnu/packages/statistics.scm (r-r6): Update to 2.5.1.
This commit is contained in:
parent
54b95b640d
commit
ccdcb67353
1 changed files with 2 additions and 2 deletions
|
@ -1640,13 +1640,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.5.0")
|
(version "2.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "R6" version))
|
(uri (cran-uri "R6" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00ifi2kwa7kn67xf0z1w6jfdicjczygbyi5mhfw2qlzc4sbazhdf"))))
|
"0j5z0b0myzjyyykk310xsa9n2mcm9bz8yqbq4xgz2yzdq8lvv4ld"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue