mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01: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 @@ packages maintained by Torsten Hothorn.")
|
||||||
(define-public r-multcomp
|
(define-public r-multcomp
|
||||||
(package
|
(package
|
||||||
(name "r-multcomp")
|
(name "r-multcomp")
|
||||||
(version "1.4-23")
|
(version "1.4-25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "multcomp" version))
|
(uri (cran-uri "multcomp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qfdm0h6sg51cvfy9hmif7aw1jvk6jq9fvniynpxpwnqifjm8la2"))))
|
"10njzzxdi3jw5f419s7chcynxkzyqmmvzf7jk7ybdrwrlqhpiylx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-codetools r-mvtnorm r-sandwich r-survival r-th-data))
|
(list r-codetools r-mvtnorm r-sandwich r-survival r-th-data))
|
||||||
|
|
Loading…
Add table
Reference in a new issue