gnu: r-emmeans: Update to 1.4.5.
* gnu/packages/cran.scm (r-emmeans): Update to 1.4.5.
This commit is contained in:
parent
6f501b7e84
commit
8e19a9a031
1 changed files with 2 additions and 2 deletions
|
@ -8237,14 +8237,14 @@ Hothorn, Westfall, 2010, CRC Press).")
|
|||
(define-public r-emmeans
|
||||
(package
|
||||
(name "r-emmeans")
|
||||
(version "1.4.4")
|
||||
(version "1.4.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emmeans" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l1qj6x834fmcvqbj807p7yz7462df925vw91xvg50faqm19d41x"))))
|
||||
"10fmvmd6q4zjr6b18hhc85mwrzv778qzj6lwl9kbs2fsfvsgw7mm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-estimability" ,r-estimability)
|
||||
|
|
Reference in a new issue