mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: r-r-methodss3: Update to 1.7.1.
* gnu/packages/statistics.scm (r-r-methodss3): Update to 1.7.1.
This commit is contained in:
parent
1e4abc0fee
commit
887d45d466
1 changed files with 2 additions and 2 deletions
|
@ -2245,13 +2245,13 @@ (define-public r-igraph
|
|||
(define-public r-r-methodss3
|
||||
(package
|
||||
(name "r-r-methodss3")
|
||||
(version "1.7.0")
|
||||
(version "1.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "R.methodsS3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dg4bbrwr8jcsqisjrrwxs942mrjq72zw8yvl2br4djdm0md8zz5"))))
|
||||
"11z6v2i7jl647wxi9p5z66yvfnnqv6s7fxqmz7w2gkb6j8wl1f24"))))
|
||||
(properties `((upstream-name . "R.methodsS3")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://cran.r-project.org/web/packages/R.methodsS3")
|
||||
|
|
Loading…
Reference in a new issue