me
/
guix
Archived
1
0
Fork 0

gnu: r-multcomp: Update to 1.4-12.

* gnu/packages/cran.scm (r-multcomp): Update to 1.4-12.
master
Ricardo Wurmus 2020-01-16 05:42:36 +01:00
parent 707608fdc4
commit c8cf595a31
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8221,14 +8221,14 @@ packages maintained by Torsten Hothorn.")
(define-public r-multcomp
(package
(name "r-multcomp")
(version "1.4-11")
(version "1.4-12")
(source
(origin
(method url-fetch)
(uri (cran-uri "multcomp" version))
(sha256
(base32
"0jw9661hs4396wz9vflk3rak0ryzj1cg2pnndsn1gb4fjyf2vlhb"))))
"14c2f10rz546w7ly5f4r6wnd07yj5gic38an17gxny1vf2nsff0b"))))
(build-system r-build-system)
(propagated-inputs
`(("r-codetools" ,r-codetools)