diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-19 14:44:27 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-19 16:11:55 +0100 |
| commit | 2ae840725df5b22ccc288da9594578e04813ea30 (patch) | |
| tree | dd6522fe50dd3d789779477e0c329221bdbf5bca | |
| parent | 473340074e8f4ceec43663940916f49b8225fd6d (diff) | |
gnu: r-multcomp: Update to 1.4-23.
* gnu/packages/cran.scm (r-multcomp): Update to 1.4-23.
| -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 411fe26501..43a875ebad 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14433,14 +14433,14 @@ packages maintained by Torsten Hothorn.") (define-public r-multcomp (package (name "r-multcomp") - (version "1.4-20") + (version "1.4-23") (source (origin (method url-fetch) (uri (cran-uri "multcomp" version)) (sha256 (base32 - "1z1cqklahnp4qi48r335xlqvw7h7xbjrlpb4pjky9gc987xf92rj")))) + "1qfdm0h6sg51cvfy9hmif7aw1jvk6jq9fvniynpxpwnqifjm8la2")))) (build-system r-build-system) (propagated-inputs (list r-codetools r-mvtnorm r-sandwich r-survival r-th-data)) |
