me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-multcompview): Update to 0.1-9.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -14894,13 +14894,13 @@ Hothorn, Westfall, 2010, CRC Press).")
(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")