gnu: r-multcompview: Update to 0.1-9.

* gnu/packages/cran.scm (r-multcompview): Update to 0.1-9.
This commit is contained in:
Ricardo Wurmus 2023-04-17 11:10:33 +02:00
parent 367ea059e9
commit 2a1de6dc13
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14894,13 +14894,13 @@ (define-public r-multcomp
(define-public r-multcompview (define-public r-multcompview
(package (package
(name "r-multcompview") (name "r-multcompview")
(version "0.1-8") (version "0.1-9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "multcompView" version)) (uri (cran-uri "multcompView" version))
(sha256 (sha256
(base32 "1rfq9wvvrghq0542ff40wy8vdmsyd8spzz6ihcywcvxdfa8m6g8j")))) (base32 "15vki166n2k4ng72hy62c2mzz18s10h6l6w839qplg0zsplr6f8z"))))
(properties `((upstream-name . "multcompView"))) (properties `((upstream-name . "multcompView")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/package=multcompView") (home-page "https://cran.r-project.org/package=multcompView")