me
/
guix
Archived
1
0
Fork 0

gnu: r-emmeans: Update to 1.4.8.

* gnu/packages/cran.scm (r-emmeans): Update to 1.4.8.
Ricardo Wurmus 2020-06-28 05:38:28 +02:00
parent 6c8b60acc9
commit 53fd3d5a8f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8770,14 +8770,14 @@ Hothorn, Westfall, 2010, CRC Press).")
(define-public r-emmeans
(package
(name "r-emmeans")
(version "1.4.7")
(version "1.4.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "emmeans" version))
(sha256
(base32
"0jh7l1rzsb2ihbnh4r4388kwm629z17rcapvdws1hnkklhr8j74k"))))
"0h884qn4cip03w0h5psrz5y9zkm2wppklrhdz2chm2xk13zqnq5k"))))
(build-system r-build-system)
(propagated-inputs
`(("r-estimability" ,r-estimability)