me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-multcomp): Update to 1.4-17.
master
Ricardo Wurmus 2021-05-04 07:13:09 +02:00
parent 94080fc0aa
commit 795516ff57
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10233,14 +10233,14 @@ packages maintained by Torsten Hothorn.")
(define-public r-multcomp
(package
(name "r-multcomp")
(version "1.4-16")
(version "1.4-17")
(source
(origin
(method url-fetch)
(uri (cran-uri "multcomp" version))
(sha256
(base32
"1s8qmljawalisggniy7va5l5cicsgvs0lp20c33vxlvyiy0dbb1s"))))
"02zv739mbmx672yrqqx8am229h7ps476wphig7jrrbfgay29sl21"))))
(build-system r-build-system)
(propagated-inputs
`(("r-codetools" ,r-codetools)