diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-16 15:24:34 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:18 +0100 |
| commit | 175e5855a53f327eb89de0364d523c2c90f7e13f (patch) | |
| tree | 7b184cfe49ededc64c47d15a3353e0bbefcc07da | |
| parent | 593256d4c0ce220bdd786db0c58fcce7571340e2 (diff) | |
gnu: r-multcompview: Update to 0.1-11.
* gnu/packages/cran.scm (r-multcompview): Update to 0.1-11.
Change-Id: I23a809a096bf452c7b6f66b88aa22d852624345d
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1fbbd6491b6..065a4943435 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -29334,13 +29334,13 @@ Hothorn, Westfall, 2010, CRC Press).") (define-public r-multcompview (package (name "r-multcompview") - (version "0.1-10") + (version "0.1-11") (source (origin (method url-fetch) (uri (cran-uri "multcompView" version)) (sha256 - (base32 "12mdk12xciq1d3zn94rixahhcah2qq41lvb5n4kzgjaq4yr4kwiq")))) + (base32 "1vd8841bfkqx4xxwmvi8rk3yc1ai5gwfp5irsywzvf6q28k6m6zx")))) (properties `((upstream-name . "multcompView"))) (build-system r-build-system) (home-page "https://cran.r-project.org/package=multcompView") |
