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

* gnu/packages/cran.scm (r-multcompview): Update to 0.1-10.

Change-Id: I87369df94b804ee2b51a194bb1f7a6f8a20eae63
This commit is contained in:
Ricardo Wurmus 2024-03-11 13:30:17 +01:00
parent 5afa48b47a
commit 5ae2cc7f50
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -17068,13 +17068,13 @@ Hothorn, Westfall, 2010, CRC Press).")
(define-public r-multcompview
(package
(name "r-multcompview")
(version "0.1-9")
(version "0.1-10")
(source
(origin
(method url-fetch)
(uri (cran-uri "multcompView" version))
(sha256
(base32 "15vki166n2k4ng72hy62c2mzz18s10h6l6w839qplg0zsplr6f8z"))))
(base32 "12mdk12xciq1d3zn94rixahhcah2qq41lvb5n4kzgjaq4yr4kwiq"))))
(properties `((upstream-name . "multcompView")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/package=multcompView")