mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-emmeans: Update to 1.5.3.
* gnu/packages/cran.scm (r-emmeans): Update to 1.5.3.
This commit is contained in:
parent
0ba6b55312
commit
90586b4d3a
1 changed files with 2 additions and 2 deletions
|
@ -9354,14 +9354,14 @@ (define-public r-multcomp
|
|||
(define-public r-emmeans
|
||||
(package
|
||||
(name "r-emmeans")
|
||||
(version "1.5.2-1")
|
||||
(version "1.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emmeans" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ndbjhglycdycppz9lbj3vhiqv2mp0z6h4w8fbyjziqx15ai5h59"))))
|
||||
"11x7bn260v91gb7qri1pq54l339zm4msa5frc8saqb9ykbg4dby5"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-estimability" ,r-estimability)
|
||||
|
|
Loading…
Reference in a new issue