gnu: r-emmeans: Update to 1.6.3.
* gnu/packages/cran.scm (r-emmeans): Update to 1.6.3.
This commit is contained in:
parent
bd7a0667bf
commit
bc81012532
1 changed files with 2 additions and 2 deletions
|
@ -10648,14 +10648,14 @@ Hothorn, Westfall, 2010, CRC Press).")
|
||||||
(define-public r-emmeans
|
(define-public r-emmeans
|
||||||
(package
|
(package
|
||||||
(name "r-emmeans")
|
(name "r-emmeans")
|
||||||
(version "1.6.2-1")
|
(version "1.6.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
|
||||||
"04971fi02x4ajkx1mijdv283wb5acic0s1s8g68vv7vk2bk09rj4"))))
|
"1mwcq3hvpx04qnn5k0bv1mikjgm9mk6m83i8hj350s1c1a0mi40n"))))
|
||||||
(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