me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-multcomp): Update to 1.4-11.
master
Ricardo Wurmus 2019-12-15 15:50:45 +01:00
parent 31fa45b679
commit f92c0c1efc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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