mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
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 @@ (define-public r-bigmemory
|
|||
(define-public r-r-methodss3
|
||||
(package
|
||||
(name "r-r-methodss3")
|
||||
(version "1.7.1")
|
||||
(version "1.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "R.methodsS3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11z6v2i7jl647wxi9p5z66yvfnnqv6s7fxqmz7w2gkb6j8wl1f24"))))
|
||||
"19c5870v7b59fs6xk58bh3rfkmhfralmgsax86zzpdmz47pga1g0"))))
|
||||
(properties `((upstream-name . "R.methodsS3")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/R.methodsS3")
|
||||
|
|
Loading…
Reference in a new issue