mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-multcomp: Update to 1.4-25.
* gnu/packages/cran.scm (r-multcomp): Update to 1.4-25.
This commit is contained in:
parent
e29a78dbcf
commit
2a3124d924
1 changed files with 2 additions and 2 deletions
|
@ -15292,14 +15292,14 @@ (define-public r-th-data
|
|||
(define-public r-multcomp
|
||||
(package
|
||||
(name "r-multcomp")
|
||||
(version "1.4-23")
|
||||
(version "1.4-25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "multcomp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qfdm0h6sg51cvfy9hmif7aw1jvk6jq9fvniynpxpwnqifjm8la2"))))
|
||||
"10njzzxdi3jw5f419s7chcynxkzyqmmvzf7jk7ybdrwrlqhpiylx"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-codetools r-mvtnorm r-sandwich r-survival r-th-data))
|
||||
|
|
Loading…
Reference in a new issue