mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-emmeans: Update to 1.5.4.
* gnu/packages/cran.scm (r-emmeans): Update to 1.5.4.
This commit is contained in:
parent
b40e867ca1
commit
c4466c81c1
1 changed files with 2 additions and 2 deletions
|
@ -9803,14 +9803,14 @@ (define-public r-multcomp
|
|||
(define-public r-emmeans
|
||||
(package
|
||||
(name "r-emmeans")
|
||||
(version "1.5.3")
|
||||
(version "1.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emmeans" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11x7bn260v91gb7qri1pq54l339zm4msa5frc8saqb9ykbg4dby5"))))
|
||||
"1rbh3ls23fazrwpsam5llk3kqdzz2zvsms3i4f1cgn34ky3w8361"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-estimability" ,r-estimability)
|
||||
|
|
Loading…
Reference in a new issue