me
/
guix
Archived
1
0
Fork 0

gnu: r-emmeans: Update to 1.5.4.

* gnu/packages/cran.scm (r-emmeans): Update to 1.5.4.
master
Ricardo Wurmus 2021-02-11 00:53:48 +01:00
parent b40e867ca1
commit c4466c81c1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9803,14 +9803,14 @@ Hothorn, Westfall, 2010, CRC Press).")
(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)