mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-multcompview: Update to 0.1-9.
* gnu/packages/cran.scm (r-multcompview): Update to 0.1-9.
This commit is contained in:
parent
367ea059e9
commit
2a1de6dc13
1 changed files with 2 additions and 2 deletions
|
@ -14894,13 +14894,13 @@ (define-public r-multcomp
|
|||
(define-public r-multcompview
|
||||
(package
|
||||
(name "r-multcompview")
|
||||
(version "0.1-8")
|
||||
(version "0.1-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "multcompView" version))
|
||||
(sha256
|
||||
(base32 "1rfq9wvvrghq0542ff40wy8vdmsyd8spzz6ihcywcvxdfa8m6g8j"))))
|
||||
(base32 "15vki166n2k4ng72hy62c2mzz18s10h6l6w839qplg0zsplr6f8z"))))
|
||||
(properties `((upstream-name . "multcompView")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=multcompView")
|
||||
|
|
Loading…
Reference in a new issue