mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-multcomp: Update to 1.4-26.
* gnu/packages/cran.scm (r-multcomp): Update to 1.4-26. Change-Id: I7f53e1ebfde6c101c9511893b549ed3ce16a0cd5
This commit is contained in:
parent
43962f1fb6
commit
1a51eabe36
1 changed files with 2 additions and 2 deletions
|
@ -17888,14 +17888,14 @@ (define-public r-th-data
|
|||
(define-public r-multcomp
|
||||
(package
|
||||
(name "r-multcomp")
|
||||
(version "1.4-25")
|
||||
(version "1.4-26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "multcomp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10njzzxdi3jw5f419s7chcynxkzyqmmvzf7jk7ybdrwrlqhpiylx"))))
|
||||
"1v3979my2yzpqc5lrx7fy72765j2cw1giv4xlpwrr2zvmzgvn051"))))
|
||||
(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