gnu: r-r-methodss3: Update to 1.8.0.
* gnu/packages/statistics.scm (r-r-methodss3): Update to 1.8.0.
This commit is contained in:
parent
f5d0d7e0d7
commit
460ff75a88
1 changed files with 2 additions and 2 deletions
|
@ -3423,13 +3423,13 @@ memory-mapped files.")
|
||||||
(define-public r-r-methodss3
|
(define-public r-r-methodss3
|
||||||
(package
|
(package
|
||||||
(name "r-r-methodss3")
|
(name "r-r-methodss3")
|
||||||
(version "1.7.1")
|
(version "1.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "R.methodsS3" version))
|
(uri (cran-uri "R.methodsS3" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11z6v2i7jl647wxi9p5z66yvfnnqv6s7fxqmz7w2gkb6j8wl1f24"))))
|
"19c5870v7b59fs6xk58bh3rfkmhfralmgsax86zzpdmz47pga1g0"))))
|
||||||
(properties `((upstream-name . "R.methodsS3")))
|
(properties `((upstream-name . "R.methodsS3")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/R.methodsS3")
|
(home-page "https://cran.r-project.org/web/packages/R.methodsS3")
|
||||||
|
|
Reference in a new issue