diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-17 11:10:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-17 11:11:16 +0200 |
commit | 2a1de6dc139f82aac10c1aa4032d517034f03379 (patch) | |
tree | 45939340b1e6e3fb0fe2aa34c286956c4ca5d6cf /gnu | |
parent | 367ea059e9e952b63cdcf8110c1dacc8543b8fcb (diff) |
gnu: r-multcompview: Update to 0.1-9.
* gnu/packages/cran.scm (r-multcompview): Update to 0.1-9.
Diffstat (limited to 'gnu')
-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 a5bda55790..0ad1f7005c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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") |