mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-emmeans: Update to 1.5.1.
* gnu/packages/cran.scm (r-emmeans): Update to 1.5.1.
This commit is contained in:
parent
336804fc1d
commit
d7beb6da1c
1 changed files with 2 additions and 2 deletions
|
@ -9017,14 +9017,14 @@ (define-public r-multcomp
|
|||
(define-public r-emmeans
|
||||
(package
|
||||
(name "r-emmeans")
|
||||
(version "1.5.0")
|
||||
(version "1.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emmeans" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09nap4aazpbsswqzk0d4kjngwd8sib222s31yd08sd1sqw432c6k"))))
|
||||
"05z3vvykn56g50zhzsphdhfjzdw8g8xfindcas08hbhv5y7izhs8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-estimability" ,r-estimability)
|
||||
|
|
Loading…
Reference in a new issue