gnu: r-emmeans: Update to 1.4.3.
* gnu/packages/cran.scm (r-emmeans): Update to 1.4.3.
This commit is contained in:
parent
fda807da90
commit
ad6ab1a881
1 changed files with 2 additions and 2 deletions
|
@ -8069,14 +8069,14 @@ Hothorn, Westfall, 2010, CRC Press).")
|
||||||
(define-public r-emmeans
|
(define-public r-emmeans
|
||||||
(package
|
(package
|
||||||
(name "r-emmeans")
|
(name "r-emmeans")
|
||||||
(version "1.4.2")
|
(version "1.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "emmeans" version))
|
(uri (cran-uri "emmeans" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sxwbh6sym2shrj7gva8q96ca2csqz3081q4d84avpxz15dfz1z1"))))
|
"15d78jhpil9p98cy3aac6svbkjsml1dh0z8hm8cka5l6nik8x0k9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-estimability" ,r-estimability)
|
`(("r-estimability" ,r-estimability)
|
||||||
|
|
Reference in a new issue