me
/
guix
Archived
1
0
Fork 0

gnu: r-lmertest: Update to 3.1-3.

* gnu/packages/cran.scm (r-lmertest): Update to 3.1-3.
master
Ricardo Wurmus 2020-10-31 13:42:29 +01:00
parent 4adef5cb84
commit 8c2febd8d0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9912,14 +9912,14 @@ experiments using ANOVA or mixed models.")
(define-public r-lmertest
(package
(name "r-lmertest")
(version "3.1-2")
(version "3.1-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "lmerTest" version))
(sha256
(base32
"1qkdxx5sri65zgpb9gw4nkfkdam51kgy4hxclk5c40yk7y3p0n1q"))))
"1zd8gqjkazhxgpnnr484xwsq30p62fq8592nzyc171zjyplpbaim"))))
(properties `((upstream-name . "lmerTest")))
(build-system r-build-system)
(propagated-inputs